leeand00
leeand00

Reputation: 26392

Are there any simple, stupid, module based, cross-platform, c++ projects that I can check out of a repository?

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

Answers (2)

Johan Moreau
Johan Moreau

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

anon
anon

Reputation:

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

Upvotes: 1

Related Questions