Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/manid2/cpp-programs

C++ programs
https://github.com/manid2/cpp-programs

autotools cmake cpp examples learn-by-doing reuse

Last synced: 25 days ago
JSON representation

C++ programs

Awesome Lists containing this project

README

        

C++ programs
============

Example C++ programs to learn and reuse for development tasks.

Build & test
------------

This repository uses Gnu Makefile to build & test, format source code.

```bash
make # build a test binary from .cpp source file
make -check # run the test binary
make -format # format .cpp source file

SHOW_TEST_OUTPUT=1 make -check # run test with debug output
```