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
- Host: GitHub
- URL: https://github.com/mpadge/cpp-template
- Owner: mpadge
- Created: 2016-10-27T08:55:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T09:08:44.000Z (about 9 years ago)
- Last Synced: 2025-02-14T13:24:38.741Z (11 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`