Skip to content
/ CPP Public

Small introductory projects on C++, covering basics of Object Oriented Programming!

Notifications You must be signed in to change notification settings

Sumi111/CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP

CPP_00

Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic stuff.

CPP_01

Memory allocation, pointers to members, references, switch statement and access specifiers.

CPP_02

Polymorphism, operator overloading and orthodox canonical class form and fixed-point numbers.

CPP_03

Inheritance.

CPP_04

Subtype polymorphism, abstract classes, interfaces.

CPP_05

Orthodox canonical class form, Try/Throw/Catch and Exception handlings.

CPP_06

Different types of casts in CPP.

CPP_07

Templates.

CPP_08

Templated containers, iterators and algorithms.

About

Small introductory projects on C++, covering basics of Object Oriented Programming!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published