What are the parts that a good C++ project should contain? (Docs, Makefile, Tests etc...)
- by mr.bio
Hi there ,
i am writing my bachelor thesis and there is some C++ code attached to it.
I want to have a nice clean Project.
So what should be in it ?
I think :
Documentation in html ( generated with Doxygen)
README File
Makefile ( which make ? CMake ? )
Unit-Tests ( which unit test framework? )
Copyright Text ?
...
Did i miss something ?