Ch-sriram / modern-cpp

Proof of concept: C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modern C++

In this repository I've implemented (or implementing) all the concepts of Modern C++ (along with Classical C++ Concepts) such as Inheritance, Polymorphism, Function/Operator Overloads, Exception Handling, I/O & Streams & Standard Template Library (STL).

Please feel free to go through the repository to revise C++ concepts (as I'll also be doing the same) whenever there's a need of brushing up the concepts.

Resources

  1. Beginning C++ Programming — From Beginner to Beyond by Tim Buchalka
  2. CppCon 2018: Jonathan Boccara “105 STL Algorithms in Less Than an Hour”

Initial Setup

Reference Material

Table of Contents

About

Proof of concept: C++

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%