Skip to content

SwintonStreet/CppCodingExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ coding examples!

This project has a number of C++ coding examples and is designed to give a good description of what is going on in comments in the code.

It can also be used as a reference of working code.

Each example is compiled with CMake and has no dependencies, for example,

mkdir build
cd build
cmake -B . -G Ninja ..
ninja all

About

Some simple coding examples for c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published