IvanFilipov / modern_c_plus_plus

Some examples for the modern c++, system and network programming 2018/19

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ 11/14/17

Exploring the new standards with some colleagues from FMI

please notice that all examples are pretty basic, because they are with educational purpose only and the target audience are students that just have made their first steps with programming in C++ (taken the courses IP, OOP and still learning DSA)

topics

features covered

*all examples are compiled using GNU g++ with flag -std=c11 (14, 17)

About

Some examples for the modern c++, system and network programming 2018/19


Languages

Language:C++ 100.0%