Skip to content
#

objectorientedprogramming

Here are 13 public repositories matching this topic...

Explore my GitHub repository chronicling my learning journey in C++ and Data Structures & Algorithms (DSA). This collection showcases various projects, exercises, and assignments, illustrating my growth and proficiency in C++ programming and fundamental DSA concepts. Dive into examples covering OOP, data structures, algorithms, and competitive prog

  • Updated Jul 10, 2024
  • C++

this project is an implementation of a variant of the classic board game Othello. The game is developed using object-oriented programming principles, with a focus on flexibility and extensibility. The game supports various starting positions, unplayable squares, and includes functionality for saving and loading game states.

  • Updated Aug 16, 2024
  • C++

The TA Management System is a C++ project designed to manage records of Teaching Assistants (TAs) within a department. The system ensures that only eligible TAs—those who are currently registered students—are maintained in the records. The project involves filtering out records of TAs who have graduated and updating the TA file accordingly.

  • Updated Aug 16, 2024
  • C++

Improve this page

Add a description, image, and links to the objectorientedprogramming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the objectorientedprogramming topic, visit your repo's landing page and select "manage topics."

Learn more