Skip to content

jhrutgers/programming-tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3d330a7 · Sep 27, 2021
Jun 28, 2021
Sep 27, 2021
Sep 27, 2021
Feb 28, 2021
Feb 13, 2021
May 23, 2021
Jan 25, 2021
Mar 27, 2021

Repository files navigation

test

Programming tips

This repository contains several somewhat arbitrary programming hints for C++. Most examples require C++14 or C++17, which is properly supported by most compilers.

Just have a look at the source code in src. You don't have to build it, but if you want, run something like:

mkdir build
cd build
cmake ..
cmake --build .

Reading the source is nice, but you learn more if you try it yourself.

About

Modern C++ programming tips

Topics

Resources

License

Stars

Watchers

Forks