Skip to content

moehmeni/cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp

C++98 Educational practices and materials during 42 network's curriculum

Modules

  1. Basic C++ concepts, I/O streams, functions.
  2. Dynamic memory allocation, pointers, memory management.
  3. Object-oriented programming basics, classes, encapsulation.
  4. Inheritance, polymorphism, abstract classes.
  5. Loops, exception handling, RAII.
  6. Type casting, type conversion, type safety.
  7. Template programming, function/class templates.
  8. Standard Template Library (STL) overview, containers, algorithms.
  9. Iterator concept, usage with STL containers, custom iterators

Each module number represents cpp<number> in the repo

About

C++98 Educational programs during 42 network's curriculum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors