Setting Up C++ Development Environment in Eclipse
- Download & install EasyEclipse C++ 1.3 (any latest version) click here
You can also download any other eclipse distribution click here
- Download (Download .exe) & install MinGW (any latest version) click here
- Download & copy "libgcc_s_dw2-1.dll" & "libstdc++-6.dll" to C:\Windows\System32
- Add "C:\MinGW\bin" in environmental variable

- Run & Enjoy
- For C++ make files go to Project -> Properties -> C/C++ Build -> Build Settings tab: and change build Command 'make' to 'mingw32-make -k'
- For further detail click here
No comments:
Post a Comment