An open API service indexing awesome lists of open source software.

https://github.com/mpadge/cpp-template

Blank template for new C++ project
https://github.com/mpadge/cpp-template

Last synced: 9 months ago
JSON representation

Blank template for new C++ project

Awesome Lists containing this project

README

          

# cpp-template

Blank template for new C++ project.

Start editing with
```
> bash tmux-start.bash
```

Compile with
```
> cd build/
> bash mycmake.bash
```

Use program with
```
> ./junk --help
```
courtesy of `boost_program_options`