Reputation: 26392
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:
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.
Upvotes: 1
Views: 219
Reputation: 151
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.
Upvotes: 1
Reputation:
http://code.google.com/p/csvfix/ - cross platform, simple make file, code includes library and executable in a single zip.
Upvotes: 1