What I want is easy build and dependency management system like maven.
I wish few professional C++ dev unite and build an open source tool like maven (assuming it will not take lot of time) which allow me to:
1. Create a project from skeleton project 2. compile 3. test 4. build/run 5. Key=value=version type system to download and auto build dependency.
That's it. :)
I tried building myself, but I think it is too much for a beginner project. I named the project 'goat'.