简体   繁体   中英

Compile C++ project in Eclipse

I have downloaded Eclipse IDE for C++ developers from the page http://www.eclipse.org/downloads/index.php . What is further required to be able to compile and run C++ projects in Eclipse? May be CDT? Where can I download it for Windows7 64 bit?

I think u need also stuff like http://www.mingw.org/ for compiling and make. It uses the GNU c++ compiler that is also used by Linux and has all of its standard libraries. Search for ecplise cdt mingw in google and u will find enough tutorials i think.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM