Pages

Saturday, 16 March 2013

Setting Up C++ Development Environment in Eclipse

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


  5. Run & Enjoy
  6. For C++ make files go to Project -> Properties -> C/C++ Build -> Build Settings tab: and change build Command 'make' to 'mingw32-make -k'
  7. For further detail click here

No comments:

Post a Comment