makefiles and using eclipse for Linux programs and C++
can anyone point me in the direction of a good tutorial on how makefiles work and also how to start a basic program from scratch using eclipse? I am using eclips开发者_如何学Pythone version 3.4.1 for fedora and C++. Thanks in advance.
CDT is the plugin used in eclipse for C++ development. Follow the link for a quick project creation tutorial. The same link has some information on how Eclipse uses makefiles.
精彩评论