RafaelRey / modern_cpp

Source files used to practice with Modern C++ features and capabilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modern C++ examples

This repo contains some code used to play with lambda expressions, stl algorithms and more. To compile, link and run it you will need C++17, just run:

mkdir build
cd build
cmake ..
make

About

Source files used to practice with Modern C++ features and capabilities


Languages

Language:C++ 93.8%Language:CMake 6.2%