- Related Questions & Answers
Aug 05, 2017 Though Windows Command Line Tool is not as powerful as of OS X and Linux, it’s good enough to Compile and Run C Program. All you need is a Notepad, cmd and a GCC compiler. Over the next few minutes, I’ll let you know the easiest way to Compile and Run C Program in Windows 10 Using Command Prompt. OnlineGDB is online IDE with C compiler. Quick and easy way to compiler c program online. It supports g compiler for c.
- Selected Reading
There are several alternatives for compiling C++ on windows. Let's look at 2 of them:
Dev C++ Compiler For Windows 10 64 Bit
GCC
To install GCC on Windows you need to install MinGW. To install MinGW, go to the MinGW homepage, www.mingw.org, and follow the link to the MinGW download page. Download the latest version of the MinGW installation program which should be named MinGW-<version>.exe.
While installing MinGW, at a minimum, you must install gcc-core, gcc-g++, Binutils, and the MinGW runtime, but you may wish to install more.
Add the bin subdirectory of your MinGW installation to your PATH environment variable so that you can specify these tools on the command line by their simple names.
Dev C Compiler Windows 10 1
When the installation is complete, you will be able to run gcc, g++, ar, ranlib, dlltool, and several other GNU tools from the Windows command line.
For a detailed installation guide, visit: https://www.compile.work/guides/installation/windows/gcc.html
C++ Compiler Windows 10 Download
Dev C++
Dev C++ Compiler For Windows 10
If you'd rather use an IDE for C++ development, you can install the devC++ compiler/IDE for windows. Download the exe file from https://bloodshed-dev-c.en.softonic.com/ and follow the instructions there to install it. Installation is pretty straightforward.