Skip to content

ecsevindik/Sample-Codes-Effective-Modern-Cpp-Book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Codes for Effective Modern C++ Book

This repository is a personal playground for the Effective Modern C++ book of Scott Meyers. Sample codes for each item is written to understand better. Codes are tested both on Ubuntu 20.04 and Windows 10.

Requirements

* CMake
* Compiler (gcc or clang)
* Boost

Compilation and Run on Linux

mkdir build
cd build
cmake ..
make -j 4
./<Item-Name>/<Item-Exe-Name>

About

Sample codes for Scott Meyers' Efficient Modern C++ Book

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published