Skip to content

MichelleJiam/cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp

42/Codam C++ crash course

Description

A C++ bootcamp and introduction to Object Oriented Programming

Topics covered include:

  • Classes and objects
  • References and pointers
  • Inheritance
  • Abstraction
  • Encapsulation
  • Interfaces
  • Ad-hoc polymorphism
  • Subtype polymorphism
  • Overloading
  • Exception Handling
  • Casting
  • Function and class templates
  • File streams
  • Standard Template Library (STL)

Resources

C++ reference

C++ tutorials

In-depth information on C++

Const correctness and East const style

Handout on Copy Constructors and Assignment Operators from Stanford

Releases

No releases published

Packages

No packages published