nikolaynikolaevn / Programming-in-C-Fontys-PRC2

Repository containing 3 simple applications done as personal assignments as part of the Fontys PRC2 course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programming in C++ / Fontys PRC2

Repository containing 3 simple applications done as personal assignments as part of the Fontys PRC2 course:

  1. Piggy Bank
  2. The Recycling Factory (Linked List)
  3. University

The course has the following subjects:

  • C++ style I/O (streaming)
  • C++ style strings
  • Classes
  • Member Variables and Functions
  • Constructors
  • Inheritance
  • Virtual Members Functions
  • Abstract Classes
  • Static Members
  • Memory model in C++: stack vs heap, compile-time vs dynamic variables
  • Pointers/References
  • File handling
  • Copy constructor
  • Operator Overloading

About

Repository containing 3 simple applications done as personal assignments as part of the Fontys PRC2 course


Languages

Language:C++ 97.9%Language:CMake 2.1%