GitHub topics: oop-cpp
bagwanmisbah/SPPU-COMP-PICT-Practicals
Language: Jupyter Notebook - Size: 55.1 MB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

DavideColabove/PAO
Repository about my studies in C++ OOP
Language: C++ - Size: 13.5 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

Sabtain-Dev/Bank-Management-System
A secure C++ bank management system with account operations and file storage
Language: C++ - Size: 1.22 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

deryaxacar/42-CPP-Module-05
This module teaches the fundamentals of object-oriented programming (OOP), focusing on class relationships, dynamic object management, inheritance, virtual functions, and method overriding. Students also learn to improve program reliability using try-catch blocks and handling exceptions.
Language: C++ - Size: 66.4 KB - Last synced at: 3 days ago - Pushed at: 27 days ago - Stars: 2 - Forks: 0

educ8s/Cpp-Pong-Game-Raylib
A C++ Pong game developed with the Raylib library using OOP principles.
Language: C++ - Size: 583 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 45 - Forks: 7

Abdul-Rehman-0787/Short_LMS_Easy
An easy version of a Learning Management System (LMS) in OOP C++. Most of the code involves file handling, but some parts are hard-coded. The code is easy to understand and concise.
Language: C++ - Size: 180 KB - Last synced at: 22 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Abdul-Rehman-0787/LMS_University-Flex
A simple LMS in C++ using basic OOP concepts. Focuses on file handling to manage student and course records. Easy-to-understand code, perfect for beginners.
Language: C++ - Size: 813 KB - Last synced at: 22 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Abdul-Rehman-0787/OOP-Labs
OOP-Labs cover the fundamental concepts of Object-Oriented Programming in C++.
Size: 2.29 MB - Last synced at: 30 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Abdul-Rehman-0787/Roots-of-Coefficient
A simple C++ program using OOP concepts to find the roots of coefficients.
Language: C++ - Size: 2.93 KB - Last synced at: 22 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Peshala84/oop_programming
This repo create for Object Oriented Language Using C++ language . this is our 1 st Year 2 semester Subjec
Language: C++ - Size: 30.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

barimehdi77/CPP-Modules
These modules of C++ are designed to help you understand the specificities of the language when compared to C. Time to dive into Object-Oriented Programming!
Language: C++ - Size: 243 KB - Last synced at: 14 days ago - Pushed at: almost 2 years ago - Stars: 11 - Forks: 0

ziadasem/thread_safe_logger
A thread-safe logger that is flexible enough to support console, file, and other logging strategies. developed in C++
Language: C++ - Size: 6.84 KB - Last synced at: 17 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

wi-r-es/POO-Projeto ๐ฆ
Trabalho Pratico no ambito da unidade curricular Programacao Orientada a Objetos
Language: HTML - Size: 2.72 MB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

tariqjamel/POS-Tracker
Analyze entire paragraphs to gain a comprehensive understanding of the distribution of different parts of speech.
Language: C++ - Size: 479 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

farouk-root/Smart_Recruiting_Help_Center_2A26
This is a Desktop Application designed by our team during C++ OOP project at ESPRIT . This Project Introduced us to innovative Technologies like IOT concepts using Arduino (UNO) to develop scenarios to automate QR code Scanner , RFID and keypad ... , Object Oriented C++ , Oracle DB , QT GUI Design ,.
Language: C++ - Size: 911 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

BuddhadebKoner/Object-oriented-programming
c++ or javascript
Size: 5.86 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Choaib-ELMADI/getting-started-with-cpp
Getting started with CPP - Insights and Notes.
Language: C++ - Size: 36.1 KB - Last synced at: 16 days ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

Marllon-Freitas/Cpluplus-OOP-Course
This repository is where i am gonna put all my c++ code and exercises from the OOP Course
Language: C++ - Size: 25.4 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

agus-darmawan/academic-system-cpp
Simple academic system using oop CPP to fill assignments for advanced programming courses.
Language: C++ - Size: 15.6 KB - Last synced at: 11 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

georgiyCJDEV/SDL2_PacmanGame
Made as a coursework project for BSTU Voenmeh at spring 2022, demonstrating OOP paradigm. Libraries and frameworks used: SDL2, SDL2 image, SDL2 mixer, SDL2 ttf
Language: C++ - Size: 11.8 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

JoKeRooo7/red_black_tree_cpp
My implementation of a red black tree and std::map, std::set, std::multiset via a red black tree.
Language: C++ - Size: 3.14 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

HamdanSidz/Matrix-Operations
This file contains oops based addition, multiplication, transpose, linearization of matrix (4,4 into 2,8) and given minimum number from two matrix that were given input
Language: C++ - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Abdul-Rahman99/LibrarySystem
The C++ Library System App is a console-based application that helps manage a library system. It is built using C++ and follows the principles of object-oriented programming (OOP) for organizing and managing the codebase.
Size: 103 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

salamanetwork/tutocpp20
My Tutorial Journey On C++ 20
Language: C++ - Size: 608 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

Arif-Rahman-Sikder/Object-Oriented-Programming
Basics of OOP
Language: C++ - Size: 357 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

an162/Cooking-with-Healthier-Ingredients
Cooking with Healthier Ingredients is a c++ programme that suggests healthier substutions according to the users health concerns
Language: C++ - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Hamza-benfaddoul/42-cpp
Object-Oriented Programming
Language: C++ - Size: 2.96 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

haydar-hilmy/alpro-program-mahasiswa
Penerapan OOP (object oriented programming) C++ ke dalam program array mahasiswa yang berisikan NIM, Nama, Semester, Kd.Prodi, Alamat Pointer (alamat array disimpan)
Language: C++ - Size: 1.2 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

YousefMedhat56/cpp-football-league
A simulation for a football league. The program starts by entering the data of the participating clubs. Then the program allows the user to enter the gameweeks results. The program provides some statistical facts about the league, such as: the standings table and the best participating players.
Language: C++ - Size: 1010 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

aysuoner/CPP-Modules
This is first CPP learning project at Cole 42 school. The goal of these modules is to introduce us to object-Oriented Programming.
Language: C++ - Size: 6.46 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

yismaili/ft_containers
The project requires students to implement their versions of some of the STL containers, such as vector, stack, and map, using only the C++98 standard library and no external libraries
Language: C++ - Size: 6.91 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

leyviya/canteen-management-system-cpp
In this project I require that the program store new canteen item, edit them, delete them. You can see the full list of items stored in Canteen. The items will be stored in a file system.
Language: C++ - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

joelgauchia/Joc-RPG
Joc RPG basat en la programaciรณ orientada a objectes en llenguatge C++. Consta d'un menรบ amb opcions i capacitat de guardar/carregar jugadors.
Language: C++ - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

HasanYahya101/OOP_Lab_Solutions
Solutions to Object Oriented Programming lab questions from Spring 2023 Semester in Fast Nuces Lhr. The actual questions can be found in pdf files. Note that, this is for the Lab (subject), not the theory subject.
Language: C++ - Size: 4.39 MB - Last synced at: 24 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

i-Sa3ed/OOP-Projects
My implementation for some OOP projects written by C++ language
Language: C++ - Size: 1.62 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

aps08/quiz-game
Console based quiz-game in C++.
Language: C++ - Size: 69.3 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 0

CodexLink/TaskToRemindMe_Win32_CLI
[PRE-DEVELOPMENT] Win32-Focused Platform Reminder CLI built in C++.
Language: C++ - Size: 2.6 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

CodeTyperPro/OOP_TRAINING
Oriented Object Programming
Language: C++ - Size: 114 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sold666/programming-technology-Dell-Technologies
Semester course 'Programming Technology' from leading Dell Technologies specialists
Language: C++ - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

fbasatemur/C_plus_plus_OOP_Projects
C++ projects performed in the OOP course
Language: C++ - Size: 99.6 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Alex-Kud/Course_Circle_and_Square
Working with the graphical representation of geometric shapes in the console in C++
Language: C++ - Size: 1.77 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 8 - Forks: 0

phucthuan1st/simpleRPGGame-OOP
a simple RPG Game build with OOP
Language: C++ - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

AnirudhJS07/Object-Oriented-Programming-CPP
Some Object Oriented Programs in C++
Language: C++ - Size: 38.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 7

tech-gian/2020-oop-project-1
My first two projects with Object-Oriented Programming, about school simulation. Exercises for my university.
Language: C++ - Size: 108 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

tech-gian/OOPproj_2021
๐ฎ๐น๐พ A command-line game designed, with Object-Oriented Programming principles, about monsters and heroes fighting each other.
Language: C++ - Size: 522 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

tech-gian/School_Simulation_cpp
๐จโ๐๐๐ซ A simple school simulation made with Object-Oriented Programming principles in C++.
Language: C++ - Size: 66.4 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

cgriceld/42-cpp-piscine
๐๐ปโโ๏ธ diving in c++
Language: C++ - Size: 148 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

waking-eni/phone-manage-system-cpp
Phonebook Management System
Language: C++ - Size: 568 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
