Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 491 Bytes

File metadata and controls

30 lines (23 loc) · 491 Bytes

C++ tutorial

My personal showcase of C++ language features.

Covered topics

  • Data types, functions
  • References, dereferences
  • Classes
  • Overloading operators
  • String class
  • Inheritance, polymorphism
  • Virtual function
  • Abstract classes, pure virtual class
  • STL
  • Templates
  • Exception
  • Friend function

Compilation

g++ *.cpp -std=c++14 -o output.out

C++ Standart

C++14 (2014)

License

Proprietary. All rights reserved.