Setup C/C++ in Eclipse in Windows using MinGW GCC
3,818 total views
3,818 total views In this post, we will setup C/C++ compiler in Eclipse in Windows and build and run and program. Install ‘MinGW GCC’ C/C++ compiler Download minGW from https://sourceforge.net/projects/mingw-w64 Install exe. In Eclipse ‘Windows -> Preferences -> C/C++ -> Build -> Environment’, add the following property. MINGW_HOME E.g of path: D:ApplnsminGWmingw64 Bin folder should be within …
Setup C/C++ in Eclipse in Windows using MinGW GCC Read More »