From charlesreid1

Revision as of 05:56, 6 October 2010 by Admin (talk | contribs)

http://www.codeguru.com/forum/showthread.php?t=327982

Building C++ Programs

Building on the Command-Line

The Hello World page has an example of a simple "hello world" program in C++.


Building via Makefiles

The Make page has an example of how to build a more complex program in C++ using a Makefile to automate the process.


Building via CMake

Building via Autotools

C++ Libraries