C++ Compilers
Install a C++ Compiler
Install a C++ Compiler
Any C++ Integrated Development Environment (IDE) can be used for this course as long as you follow the rules described in the assignments. You can try any one of the following C++ IDE: (Temporarily disable your anti-virus software when programming, because some anti-virus software will block the executable file to be executed)
- Dev C++ (Windows)
- Code::Blocks (Windows, Linux, Mac)
- MinGW + Notepad++ (Windows)
- Visual Studio Community 2017 (Windows)
If you cannot successfully install any one of the above compilers, you can try Online C++ Compiler.
- Paste your c++ source code to the editor, and then press the Run button to compile and execute.
- You can input numbers or strings to the executable file inside the console below the editor.