Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 476 Bytes

File metadata and controls

11 lines (9 loc) · 476 Bytes

Introduction-to-Systems-Programming---Cpp-project

This project is my first programming project in c++ language.

  • It includes two parts:
    • Part A:
      • Implementing a basic program for handling exam details, and generic sorted linked list.
    • Part B:
      • Boardgame using some of the features of c++ stl such as shared_ptr and vector, and some of the principles of oop programming such as inheritance, encapsulation, and polymorphism.
  • Project's grade: 100