/cpp-template-workspace

This is an empty template project for quickly start up coding with c++11.

Primary LanguageC++MIT LicenseMIT

cpp-template-workspace

This is an empty template project for quickly start up coding with c++11.

Build

$ cd cpp-template-workspace/
$ cmake build/

# run demo
$ cd build/
$ ./temp

# run test
$ ./temp-test

Contact

If you would like to contribute or have found bugs, visit the project page on GitHub and use the issues tracker there.

For questions and suggestions, success or failure stories, and any other kind of feedback, please feel free to contact the author (the email address can be found in the sources).

License

This is Open Source software. It may be used for any purpose, including commercial purposes, at absolutly no cost. It is distributed under the terms of the MIT license.