Skip to content

teresa-chow/42-cpp06

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP Module 06 - C++ Fundamentals

42 School: Rank 5

This is the seventh of ten introductory modules on Object-Oriented Programming (OOP) in C++.

Core concepts explored in this module include:

  • Typecasting / Casting operators
    • Static cast
    • Dynamic cast
    • Reinterpret cast
  • Serialization basics
  • Type safety considerations

OBS.: ScalarConverter (ex00) could have been more elegantly implemented with the use of templates, explored in a later module; and setprecision(n)

About

This is the seventh of ten introductory modules on Object-Oriented Programming (OOP) in C++.

Topics

Resources

Stars

Watchers

Forks

Contributors