C++ boilerplate project structure thought for C++ Padawans.
- Period: COMPLETE
- Yoda: COMPLETE
- Padawan: COMPLETE
Boilerplate C++ project that lets you start coding your Padawan challenge. This project also contains a Docker image to code right away.
You'll find the following project organization:
- course: source code.
- include: header files.
- src: source files.
- test: testing files.
- docker: docker related files.
-
Fork and clone this repository.
-
Build docker image and run container, visit docker readme for instructions.
-
Build and run the sample app, visit course readme for instructions.