Ads

Friday 30 August 2013

ECLIPSE in Windows

For all those facing problems with C++ programming in eclipse in windows

1> Install eclipse compatible to your machine so download accordingly 32-bit or 64-bit.

2>Install JDK according to your machine 32-bit or 64-bit.
Link for 64 bit JDK
http://download.cnet.com/Java-Development-Kit-64-Bit/3000-2218_4-75317068.html

3>C++ eclipse IDE doesn't have a compiler of it's own, so download a C++ compiler.
Link for MinGW
http://sourceforge.net/projects/mingw/files/latest/download?source=files

4>After installing a compiler it's path needs to be added. So, follow the steps:(for windows 7)
Go to Control Panel






 Open eclipse make a new project selecting mingw gcc and Taa Daa!!! everything works.

 CREDITS--- Saurabh Birari


No comments:

Post a Comment