An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: oops-in-cpp

shangai2405/cpp

Did a bank management program using cpp ...more specifically OOPS concept and file handling.

Language: C++ - Size: 3.91 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

melohub-xbit/HFT-Simulator-DigitalDynamos

This project aims to simulate how an HFT (High-Frequency Trading) firm executes its strategies to profit through the stock exchanges. The project also simulates how a stock exchange manages its order book to match and execute orders efficiently using advanced data structures and algorithms to minimize the latency.

Language: Java - Size: 1.19 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

prakhar175/Railway-management-OOPs

A simple railway management system based project of OOPs with over 1300 lines of code.

Language: C++ - Size: 9.77 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

SauRavRwT/Practicals

B.Tech(IT) program, students are required to complete practicals starting from the 3rd semester.

Language: Java - Size: 166 KB - Last synced at: 6 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

vivekkdagar/c-lexical-analyzer

Lexical Analyzer for C made in C++

Language: C++ - Size: 1010 KB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 1

hanae-mk/Problem-Solving

6 Levels Of Algorithms

Language: C++ - Size: 528 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

abdullahejazjanjua/object_oriented_programming

This repository contains all the work I did as part of my OOP course

Language: C++ - Size: 1.77 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

dataproctech/polymorphism

This laboratory is devoted to the practical use of polymorphism in C++ and Java. Students learn how to apply polymorphism to create systems in which objects of different classes can be treated uniformly and their specific behavior is implemented by functions overridden in derived classes.

Size: 2.93 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

sandeshlavshetty/OOPS_PROJECT

Language: C++ - Size: 391 KB - Last synced at: 21 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 1

sanamir23/SpaceShooter_2023

Space Shooter Game developed in C++.

Language: C++ - Size: 22 MB - Last synced at: 5 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

diogojorgebasso/OOP-CPP

Tudo que já estudei sobre Programação Orientada em Objeto em C++

Language: C++ - Size: 9.35 MB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

https-sharif/bank-account-management-system

A C++ console application for managing bank accounts, featuring functionalities to add, log in, deposit, withdraw, transfer funds, edit account details, view transaction history, and delete accounts.

Language: C++ - Size: 31.3 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

Adnan-Asad1/Professional-Hotel-Reservation-System

A Complete Hotel Reservation System with deep concepts of DSA and OOP in C++.

Size: 42 KB - Last synced at: 7 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

sebasfalcone/better-work-notes

A repository containing my notes from different sources on good practices for codding and managing teams

Size: 15.4 MB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 3 - Forks: 1

hpatel6296/Calculator

calculate sum,multiple,factorial etc

Language: C++ - Size: 1.95 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

dev-madhurendra/OOPs

This repository is your one-stop resource for exploring Object-Oriented Programming (OOP) concepts in different programming languages.

Language: C++ - Size: 174 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 19 - Forks: 6

pranshu05/CPPVault

open source CPP docs

Language: MDX - Size: 27.9 MB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

syuvraj19/OOP-Assignments

This repository contains Object-Oriented Programming assignments from Seneca College's OOP244 and OOP345 courses.

Language: C++ - Size: 82.8 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SHIVAMAMBAH/OOPM

This repository contains the Theory and Programs of Object Oriented Programming and Methodology.

Size: 24.4 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Dnlbb/programming-languages-and-methods-MSTU

This repository contains laboratory work on the subject of MSTU programming languages and methods.

Language: Java - Size: 46.9 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Taller-de-Programacion-1-1C2024-GRUPO1/TP-Jazz-Jackrabbit-2

Repositorio del trabajo grupal implementado en la materia de Taller de Programación en la Facultad de Ingeniería de la Universidad de Buenos Aires. Desarrollado por Juan Patricio Amboage, Juan Martín de la Cruz, Ian von der Heyde e Ignacio Sugai.

Language: C++ - Size: 28.5 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

palakkumar998/Cpp-placement-preparation

Language: C++ - Size: 987 KB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Rajesh2723/OOPS

OOPS conceps in c++ for interview preparation

Language: Jupyter Notebook - Size: 11 MB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

amanraj-creator/Banking-System

This repository contains a Banking System project based on C++ language

Language: C++ - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ezcse/design-patterns

Design patterns are typical solutions to commonly occurring problems in software design. They offer a structured approach, promoting adaptability for specific design problems.

Size: 70.3 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

avinashyadav16/Codeforces-CodeSolution-And-OOPs

This repo contains solutions to codes from codeforces platform and concepts of OOPs & Data Structure in cpp.

Language: C++ - Size: 118 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Rajsoni03/CPlusPlus-Training

C Plus Plus Training Class Codes and Notes

Language: C++ - Size: 61.1 MB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

ujjawal-singh1/Data-Structue-and-Algorithm-using-Cpp

Data Structure and Algorithm From Supreme 2.0

Language: C++ - Size: 420 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SrGrace/Object-Oriented-Design

Object-Oriented system design.

Language: C++ - Size: 39.1 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 11 - Forks: 2

Arnavary1/-Trading-Application-OPPs-C-

Trading is a primary economic concept that involves buying and selling goods and services, along with compensation paid by a buyer to a selThis project implements a basic trading application using C++.

Size: 215 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

itsabhi739/HotelManagementSystem

Hotel Management System is build using C++ and is used to book the hotel rooms and help in editing the details of the customer.We can see allotted rooms and delete the customer records accordingly.Apart from that we can order the food

Language: C++ - Size: 3.91 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MaheshN1821/TrainReservation

Train Ticket Booking/Reservation System using Linked-lists Data Structure and Using Files as medium of storage in C++

Language: C++ - Size: 144 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

madhurya-hello/summer-codes

this repo contains all codes I did during my first year summer break

Language: C++ - Size: 23.4 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Saini-Yogesh/SAMS

Transforming traditional auditorium management, the Students' Auditorium Management System (SAMS) leverages C++ and OOP principles to automate event organization. It empowers Show Managers to handle event details, seat allocation, ticketing, and sales tracking. SAMS streamlines the process, enhancing efficiency and customer satisfaction.

Language: C++ - Size: 2.47 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

UsefElbedwehy/Modern-CPP

Mastering Object-Oriented Programming (OOP) using C++. For modern cpp exercises, assignmenmts and projects.

Language: C++ - Size: 336 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AnanyaKJ/Data-Structures-Algorithms

Explore my GitHub repo dsa for solutions to data structures and algorithms problems from LeetCode and GeeksforGeeks. This collection spans various topics, including arrays, stacks, and graphs, reflecting my grasp of essential DSA concepts. Check out the code to see my problem-solving skills in action.

Language: C++ - Size: 257 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ygor-sena/42cursus-piscine-object

This repository contains the solutions developed during an immersion in advanced topics of object-oriented programming in C++.

Language: Makefile - Size: 20.5 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

KidsadakornNuallaoong/Object-Oriented-Programming

I create this project for learning not production, So you can learn about oop algorithm from this repository and recommend to me.

Language: C++ - Size: 57.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Vignesh227/Zoho--Elevator_Management_System

Elevator Management System Application developed using C++

Language: C++ - Size: 32.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

Ubaid01/SDL2_Platformer_Project

This repository contains the source code , class diagram and also the setup to my SDL2_OOPs game project if one wants to try out the game.

Language: C++ - Size: 6.17 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

abhishekpaturkar/OOPs-Concepts

Welcome to the Object-Oriented Programming (OOP) Mastery Hub! This repository is your comprehensive guide to mastering OOP concepts, featuring in-depth sections on core principles, practical implementations, and advanced techniques. Dive into our carefully curated content to elevate your programming skills and apply OOP effectively in real-world.

Language: C++ - Size: 31.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

nishujangra/ATM-Interface

This project simulates an ATM interface using C++ programming. It has features for managing several accounts, checking balances, making deposits and withdrawals, and accessing transaction histories in addition to user authentication.

Language: C++ - Size: 36.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

swonlee-13/cpp_piscine

learn OOPS with C+98 (easy to learn OOPS if you just finished C)

Language: C++ - Size: 255 KB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Anu-4843CD/Student_result_project

This C++ code implements a Result Management System that allows administrators to enter student data, calculate GPAs, and generate reports. It also provides functionalities for user registration, login, and password recovery.

Language: C++ - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Muneeb1030/School-Management-System

The School Management System is a comprehensive software application developed using SFML and C++ OOP under the Hud. It aims to streamline administrative tasks and enhance communication between administrators, teachers, and students.

Language: C++ - Size: 5.96 MB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Muneeb1030/BST-AVL-Representor-SFML-Data-Structures-Cpp

The BST and AVL Tree Visualization is a C++ program that utilizes the SFML library and object-oriented programming (OOP) to represent and visualize Binary Search Trees (BST) and AVL Trees.

Language: C++ - Size: 1.56 MB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

HaiderABB/Banking-Management-System

Developed a Banking Management System using Object-Oriented Programming principles in C++. This system efficiently manages customer accounts, transactions, and balances, showcasing the application of classes, inheritance, and polymorphism.

Language: C - Size: 52 MB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

senormaarij/OOP_project_2023_grp4

This project is game made using sdl library and OOP concepts. It is inspired by the game FireBoy and WaterGirl

Language: C++ - Size: 8.82 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

omkar3060/Hospital-Management-System

Language: C++ - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AnuOdinson117/Decode-DSA-CPP

This repo contains all of the programs and practices done by PWSkills in their Decode DSA C++ 2.0 batch.

Language: C++ - Size: 27.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

demon2202/OOPS-in-CPP

OOPS in C++

Language: C++ - Size: 86.9 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Gowtham011224/Practice_Programming

DSA, OOPS & DBMS

Language: C++ - Size: 3.78 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

s-shemmee/Object-Oriented-Programming-Concepts

Object Oriented Programming Concepts Notes

Size: 620 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 2

Vinayak-kumar-sharma/OOP_Concepts

An informational repository on Object-Oriented Programming concepts.

Language: C++ - Size: 41 KB - Last synced at: 29 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mersa-v6/OOP-Sheets

Solve the university's OOP sheets with C++

Language: C++ - Size: 1.42 MB - Last synced at: 10 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

TheodoreGisis/Dijkstra_Algorithm

Dijksta Algorithm using OOP C++

Language: C++ - Size: 185 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

HirojiFukuyama/qt_PC2DM

This is a course project for Practice of Programming in C/C++ in Peking University.

Language: C++ - Size: 126 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

UalibekovaS/SMART-system

University management system created by using OOPs and File Handling in C++

Language: C++ - Size: 47.9 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Nis-nischith/TicTacToe

TicToeToe game simulator for 2 players in C++. GUI - SFML(Simple and Fast Multimedia Library) library.

Language: C++ - Size: 541 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sanjaraiy/Airline_Project

✈️ Delve into an airline ticket booking system project repository crafted with C++ programming language. Experience seamless flight booking functionalities!

Language: C++ - Size: 2.93 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Vikranth3140/Vehicle-Management-System

A simple console-based Vehicle Management System implemented in C++ using Object-Oriented Programming principles.

Language: C++ - Size: 33.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

matancohen1205/OOP_Final_project

OOP Final Project - Computer Science

Language: C# - Size: 3.36 MB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Shreyas9699/Sorting-Visualization

This repo visualizes various sorting algorithms using SDL (Simple DirectMedia Layer). The code is designed to run an application that graphically demonstrates how different sorting algorithms work.

Language: C++ - Size: 5.22 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SURAJPATIL6088/Object_Oriented_Programming_with_CPP

Language: C++ - Size: 62.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

saideepakreddy0308/Internet-Cafe-Management-System

5th semester group project

Language: C++ - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

SachinYadav666/Rail-Reservation-System-in-CPP

Manage the details of Trains, Passengers, Fare and Bookings using C++ OOP concept and file handling Topics

Language: C++ - Size: 87.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

muhammadtalhasami/bank_managment_system

This is c++ repository which is based on implementation of oops topics like single , multiple and multilevel inheritance

Language: C++ - Size: 34.9 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

bhaskarkatara/Cric_Buzz_Cpp

This is the project to demonstrate the concept of Object oriented programming in cpp . problem statement are given in description and as well as desired output

Size: 416 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ArshS1/backend_ShoppingCart

CLI application created with C++ with optimized navigation

Language: C++ - Size: 125 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

v1rushb/CryptoGraphix

Secure image encryption/decryption.

Language: C++ - Size: 46.7 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ratnasingh442/Libraray-Management-System

It is library management system which uses stack as a data structure to store the ratings of books in it and queue for suggesting books. It uses file system to maintain records of various books.It has seperate login for student and administration.OOPs concept is used here to define the various functions which perform various operations and store book's information

Language: C++ - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

SergeyOcheretenko/AnDS_and_OOP

Laboratory works in AnDS and OOP

Language: C - Size: 35.1 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

AnuOdinson117/College-OOP

College Object-Oriented-Programming(.cpp) programs collection done in Lab

Language: C++ - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Tayl-Amber/OOPMiniAssignments

These mini projects are designed to showcase fundamental principles of OOP, such as encapsulation, inheritance, and polymorphism.

Language: C++ - Size: 141 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

AhmedShafique313/dsa_complete

Complete codes of all Data Structures and algorithms subject

Language: C++ - Size: 62.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2

zianahmed/Doctor-Patient-Portal

A CLI based doctor patient management portal that allows patients to book, pay for appointments and allows doctors to manage appointments with patients.

Language: C++ - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

HardikGera/Cpp-Practice-Code

Practice code for C++

Language: C++ - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

prashantjagtap2909/OOP

Object oriented programming concept using C++.

Language: C++ - Size: 74.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

pradeepchegur/Essentials_of_Cpp

Typical codes on essentials of C++

Language: C++ - Size: 17.6 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pradeepchegur/Media_Sharing_System_OOPS_Model

This repository contains a simple C++ implementation of a media sharing system using object-oriented programming principles.

Language: C++ - Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mighri-manar/Magical-Forest

Size: 15 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Wakeelfahmed/Car-Game-using-Concepts-of-OOP

2nd Semester Term Project: Car Game using Concepts of OOP. This project is a fine Example of Concepts of OOP. Console Interface

Language: C++ - Size: 10.1 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

HaiderABB/expense-manager

Made an Expense Manager System in C++ using OOP concepts

Language: C++ - Size: 4.88 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AJV009/Laptop-Buying-Guide 📦

CLI based Laptop Buying Guide Programmed in CPP.

Language: C++ - Size: 597 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

code-chaser/typit

A simple typing accuracy & speed tester game/tool made using basic C++ with a bit of file handling.

Language: C++ - Size: 201 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 1

siddharthbeniwal023/structure-the-data-out

Personal repository for Data Structures in C++

Language: C++ - Size: 210 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

atharvabhide/SPPU-COMP-2019-PRACTICALS

This repository contains all the practical assignments which I have done as part of my coursework.

Language: Jupyter Notebook - Size: 22.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 55 - Forks: 8

galvinguy2002/LOST-AND-FOUND

Your One time portal to all lost and found things in an automated fashion

Language: C++ - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

reesu7/Online-Auction-

Online Auction System using C++ and OOPs This is a basic implementation of an online auction system using C++ and Object-Oriented Programming (OOP) principles. The system allows users to create auctions and bid on items, with the highest bidder winning the auction.

Language: C++ - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

anupam6335/Apna-Bank

this is a Banking Management System

Language: C++ - Size: 104 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

rajat-29/PRE-UCA

CODES DONE IN UNIVERSITY CODING ACADEMY!!

Language: C++ - Size: 471 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Codie-ds/cpp-language

Hi my name is dev shah I am learning c++ and and making c++ as my main language. in future i am learning java, python and ML

Language: C++ - Size: 38.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Shashank-grd/Student-Grade-Management-System-with-all-OOP-Concept

This project implements a student grade management system using object-oriented programming (OOP) principles in CPP. This repository serves as a practical demonstration of OOP concepts in a real-world scenario of academic grade management

Language: C++ - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

tusquake/CPP-OOPS

This Repo contains all the improtant concepts of c++ oops.

Language: C++ - Size: 5.6 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

hiteshmishra2103/c-code

I publish what i have learnt in c and c++.

Language: C++ - Size: 1.04 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ashutosh6500/Generic-Singly-Doubly-Linked-list

Implementation of Generic Singly and Doubly Linked list using object oriented concepts in C++ including Inheritance, Virtual functions etc.

Language: C++ - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

vikashkumarsharma1/Hospital-Management-System

A hospital management system, made using object oriented programming and file handling (in C++), that keeps records of doctors, their appointments, patients, staff and more.

Language: C++ - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

HtGeeky/College-Management-System

Language: C++ - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

afeefahmed241/PharmacyManagementSystem

Object oriented programming-based C++ project (built from scratch)

Language: C++ - Size: 800 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Notch-FGJ/Chess-WithCppOOP

Chess game developed in C++ and CMake

Language: C++ - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0