Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 2.44 KB

File metadata and controls

23 lines (20 loc) · 2.44 KB

C++ Basics

Important concepts about C++ programming language

TopicDescription
RAIIMore information … Source Code
ContainersMore information … Source Code
CastMore information … Source Code
Smart PointersMore information … Source Code
std::transformMore information … std::transform
std::accumulateMore information … std::accumulate
STL utilsMore information … Source Code
ExceptionMore information … exceptions
Object Oriented programmingMore information … Source Code
The Rule of Three/five/zeroMore information … Source Code
Translation UnitsMore information … Translation Unit
Internal linking vs External LinkingMore information … Internal and External Linking
Name mangling vs Virtual Function OverloadingMore information … Name Mangling
void*More information … void*
Deep Copy and Shallow copyMore information … Deep and shallow copy