Skip to content

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

Notifications You must be signed in to change notification settings

RafaelRey/modern_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published