views:

81

answers:

2

I'm looking for one just to get a general idea of how a standard C++ project should be properly setup. (If that's possible... :-p)

Here are my requirements for this project:

  • module-based (has libraries/modules that compile into a main program module)
  • compiles cross-platform

I'd like to do this so that I can get a hold on the basics of how a good C++ project is setup, and so that I can test out Premake.

+1  A: 

http://code.google.com/p/csvfix/ - cross platform, simple make file, code includes library and executable in a single zip.

anon
+1  A: 

FW4SPL is a component-oriented architecture with the notion of role-based programming. FW4SPL consists of a set of cross-platform C++ libraries. Not yet simple, but with a properly setup.

Johan Moreau