Skip to content

serraramiro1/cppl1_q12020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • Other 1.8%