/cppl1_q12020

cpp_Q12020

Primary LanguageC++Apache License 2.0Apache-2.0

cpp

C++ boilerplate project structure thought for C++ Padawans.

  • Period: COMPLETE
  • Yoda: COMPLETE
  • Padawan: COMPLETE

Description

Boilerplate C++ project that lets you start coding your Padawan challenge. This project also contains a Docker image to code right away.

Project organization

You'll find the following project organization:

  • course: source code.
    • include: header files.
    • src: source files.
    • test: testing files.
  • docker: docker related files.

Installation

  1. Fork and clone this repository.

  2. Build docker image and run container, visit docker readme for instructions.

  3. Build and run the sample app, visit course readme for instructions.