/cpp-practice

study examples and toy problems in c++

Primary LanguageC++

C++ Practice

A collection of source code examples and design patterns for work in c++.

Installation

OS X: ...coming soon

  1. Update Path:

  2. Test version and path:

Usage example

https://siytek.com/how-to-compile-cpp-on-a-mac/

Basic compile commands:

g++ -o ./print-number ./print-number.cpp

Additional verbose compile dialog:

g++ -o ./print-number ./print-number.cpp -Wall -pedantic -Weffc++ -Werror

Development setup

Release History

Meta

Contributing