Skip to content

dmanto/cpp-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-base

Base directory / files for a cpp project

Build Status

TODO:

  • define layouts and everything, including Makefile. Example: https://hiltmon.com/blog/2013/07/03/a-simple-c-plus-plus-project-structure/

  • Tests should run with make test

  • Example test is 010-TestCase.cpp, based on catch2 library

  • Catch2: https://github.com/catchorg/Catch2

  • catch.hpp probably should end in an include directory, or in the test directory

  • The exampe test now can be run with this command (this should change to make test):

    on linux / OSX: $> g++ -std=c++11 -Wall -o 010-TestCase 010-TestCase.cpp && ./010-TestCase

    on Windows: $> g++ -std=c++11 -Wall -o 010-TestCase 010-TestCase.cpp $> 010-TestCase.exe

  • On cygwin probably runs like on linux or OSX

About

Base directory / files for a cpp project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors