GitHub topics: oops-in-cpp
avinashbest/AbdulBari-Cpp 📦
C++ Repository || Abdul - Bari || Udemy Course
Language: C++ - Size: 90.8 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 33 - Forks: 9

vovandreevik/Point-and-Triangle
This C++ program is designed to work with points and triangles in a simple object-oriented manner. It includes classes for Points and Triangles and various functions to manipulate and analyze them.
Language: C++ - Size: 16.6 KB - Last synced at: 23 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

vovandreevik/Shape-Manipulation
This C++ program is designed to work with various shapes, including rectangles and composite shapes, in an object-oriented manner. It allows you to read shape descriptions from an input file, perform operations like moving and scaling, and then sort and display the shapes.
Language: C++ - Size: 17.6 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

vovandreevik/String-Manipulation
This C++ program is designed for string manipulation. It provides various string operations, such as sorting, searching for repetitions, and finding strings that start with a specific sequence. The program is based on a custom String class.
Language: C++ - Size: 11.7 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

vovandreevik/Dictionary-List
This C++ program implements a custom dictionary list data structure. The dictionary list allows you to insert, remove, search, merge, and find the intersection of two lists. It is designed to manage a list of unique integer values.
Language: C++ - Size: 9.77 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

vovandreevik/Stack-and-Queue-Data-Structures
This C++ project implements stack and queue data structures
Language: C++ - Size: 20.5 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

vovandreevik/Binary-Search-Tree
This C++ program demonstrates the implementation of a Binary Search Tree (BST) along with custom Stack and Queue data structures.
Language: C++ - Size: 21.5 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

vovandreevik/DataStruct-Iterators
This C++ program demonstrates how to read, process, and sort data using the DataStruct structure and custom sorting criteria.
Language: C++ - Size: 136 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

vovandreevik/Polygon-Analysis
This C++ program reads and processes polygon data from a file and provides various commands for analyzing the polygons. It supports commands for calculating areas, finding polygons with maximum or minimum properties, counting polygons, and more.
Language: C++ - Size: 4.88 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

vovandreevik/Two-Three-Tree
This C++ program implements a Two-Three Tree data structure, a self-balancing search tree, for efficiently storing and retrieving words along with their associated line numbers from a text document.
Language: C++ - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Chirag6525/SnakeGame
A Classic Snake Game implementation in C++.
Language: C++ - Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hrisa006/Object-oriented_Programming
Solved tasks from my classes in "Object-oriented Programming" at FMI, SU
Language: C++ - Size: 49.5 MB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

JeffreyArgueta/EVALUACION01_PII
First evaluation of Programming's Laboratory II - University of Sonsonate
Language: C++ - Size: 771 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

saksham-koul/Sudoku-Solver-Checker
A C++ program that could solve a sudoku provided to it or check the correctness of the solution provided by a user for a sudoku.
Language: C++ - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

YakkaluruSathvik/oops_in_cpp
OOPS Concept in C++ Language
Language: C++ - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

iamdylanngo/CPlusPlusBasic
Language: C++ - Size: 4.03 MB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

guugimeness/CRUD-pokemon
CRUD (Create, Read, Update and Delete) using the Pokemon theme
Language: C++ - Size: 2.68 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

praths71018/Task-Manager
A Task Manager Program which utilises all OOPs and other concepts in C++
Language: C++ - Size: 41 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sachinraghult/CPP-OOPS-Programming
Basic coding practice files and OOPS concepts in C++
Language: C++ - Size: 6.91 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

kush1912/Machine-Coding
Language: Java - Size: 738 KB - Last synced at: 16 days ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 5

RafayKhattak/PingPong-cpp
PingPong Game is a classic arcade game implemented in C++ using the Raylib library
Language: C - Size: 1.44 MB - Last synced at: 6 months ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

RafayKhattak/snake-cpp
Snake Game is a classic implementation of the popular Snake game in C++ using the Raylib library.
Language: C - Size: 1.54 MB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

webwithaman/cpp-programming-questions
This repository contains a collection of programming questions and solutions in the C programming language. The questions cover various fundamental concepts such as Input/Output, Operators, Decision Control, Loops, Functions, Arrays, Strings, Pointers and more.
Language: C++ - Size: 2.92 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ahmd-kamel/Design_Patterns
Random Topics that include creational, structural, and behavioural design patterns with C++
Language: C++ - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AnshSinghSonkhia/OOPM-3rd-Sem
OOPS & OOPM Syllabus for B.Tech in C++
Language: C++ - Size: 53.7 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

CallMeMaverick/ECommerceCore
This repository contains the comprehensive final exam project for the Advanced Object-Oriented Programming (OOP) course in C++ at IT Step Computer Academy. It is designed to showcase a culmination of skills and concepts learned throughout the course.
Language: C++ - Size: 90.8 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Kunalnirban/OOP
Object Oriented Programming using C++
Language: C++ - Size: 416 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

SarifIqbal/OOPs
Programs to understand the concepts of Object Oriented Programming using C++ Programming Language!!
Language: C++ - Size: 322 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

venkatesh-db/CPP_internal_Repository
C++ internal WOW code
Language: C++ - Size: 9.77 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

muhibarshad/Zero-to-Advance-OOP-Concepts-CPP
Step by step explain concepts deeply ,proper examples with tested portions, short notes in the form of slides , external material links and much more.
Language: C++ - Size: 170 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

happyrao78/CODSOFT
"Explored fundamental C++ concepts with three console-based projects: a Number Guessing Game, Simple Calculator, and a To-Do List Manager. Enhancing my coding skills by implementing interactive and practical solutions."
Language: C++ - Size: 7.81 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

paramhans2008/IIT-BOMBAY-OOPS
Notes and Programs Of IIT BOMBAY-OOPS COURSE
Language: C++ - Size: 21.8 MB - Last synced at: 8 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

rashedsari03/My-GPA
This app helps university students calculate their semester and cumulative GPAs easily.
Language: C++ - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Official-Triranjan26/practice_DSA
Language: C++ - Size: 2.63 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Vignesh227/chess-game
Two player C++ chess 🏆 program, made with 2D arrays and OOPS concepts.
Language: C++ - Size: 50.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 0

tamirazrab/Cplusplus
C++ projects and some stuff will be stuffed here.
Language: C++ - Size: 72.3 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

aryanjain28/Practicing-Cpp
I am currently revising advance C++ concepts just to understand the language better. So I thought of creating this repo!
Language: C++ - Size: 239 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

nikhilnagrale2/OOPS
This repo is all about Object Oriented Programming in C++ for Interviews.
Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Yash-Lade/OOPs
This repository is dedicated to Object Oriented Programming in C++ .It contains the code of all the concepts of Object Oriented Programming .
Language: C++ - Size: 28.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

shivangiphilic/Cpp
C++ basic codes & OOPS
Language: C++ - Size: 50.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DianaMoldovann/Movies_Management_App_GUI_QT_cpp
Movies App GUI QT
Language: C++ - Size: 144 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

swaroop929/BattleShip
This project involves creating a C++ object-oriented model for a single-player version of Battleship, encompassing elements like ship arrangement, game state display, and shooting mechanics.
Language: C++ - Size: 1.59 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Rayyanhussain1/NGO-Management-System
Semester Project
Language: C++ - Size: 388 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

john-williams-m/Railway-Reservation-System
The Railway Reservation System is a console-based C++ program that simulates the reservation and cancellation of train tickets.
Language: C++ - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

mensahTribeWeb/The-Class-Roster
The Class Roster Project is a C++ application designed for managing student information within a university setting. It enables users to add, remove, and manipulate student records, including details such as student ID, name, contact information, and academic progress. The project incorporates principles of OOP
Language: C++ - Size: 5.34 MB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

pragya-chauhan/LibraryManagementSystem
Library management system developed using C++ and OOP concepts.
Size: 2.93 KB - Last synced at: 7 months ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

jerrykcode/oods
object oriented data structures 用面向对象的方式实现数据结构(图论算法)
Language: C++ - Size: 121 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 6 - Forks: 1

viky08/Bank-Management-Project-CPP-
This is a Bank Management (Database Management) Project in C++ language created using various concepts of Object-oriented Programming
Language: C++ - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 3

cc-dhc/aed1-pucmg
Language: C - Size: 1.01 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Kate1944/cse1325
Java and C++ projects used in the course cse1325 - Object Oriented Programming
Language: HTML - Size: 732 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

b22cs016/Travel-Desk
Implementation of TravelDesk software which can be used in real-life-applications
Language: C++ - Size: 45.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

elad-landau/ChessGame
This project contains the core code and logic for a chess game. It was originally developed as part of the Magshimim program, a prestigious program for high-achieving high school students in Israel. The project originally included a graphical application that supported running the game, but I chose not to include it in this release.
Language: C++ - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

najmiter/Cpp-Learning-Series
You can find the code for every video in the playlist here. This contains the solutions to the exercises (if given) at the end of the videos. Try to do your own and then see the solution.
Language: C++ - Size: 3.9 MB - Last synced at: 14 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

jdboachie/object-oriented-programming
COE 254 Object Oriented Programming
Language: C++ - Size: 50.8 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

jayeshpandey01/cpp_sppu_practical
This repository contains a collection of practical code examples and solutions related to Object-Oriented Programming (OOP) as part of the curriculum at Savitribai Phule Pune University (SPPU). The code samples provided here are designed to help students and developers learn the fundamentals of OOP using C++.
Language: C++ - Size: 27.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ashnchiquita/Praktikum-OOP-ganteng
belajar membuat OOP yang ganteng
Language: C++ - Size: 8.43 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

PlayZone30/Adventure-Based-RPG-C-
The princess of the kingdom of CPeria has been captured by an evil wizard and placed in a castle guarded by monsters. Your job is to set her free and bring her back outside the castle
Language: C++ - Size: 115 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Bhargavi-Kummara/Cpp-Learning
Language: C++ - Size: 122 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

sumraharshit/Tetris
A classic game of Tetris created with C++ using the OOPs concept and RayLib library.
Language: Makefile - Size: 534 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

ArchismanKarmakar/TimeTable-AK
Routine Management System made using C++20
Language: C++ - Size: 57.6 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

kinshuk-code-1729/Object-Oriented-Programming-and-Methodology
This repository contains some basic programs of C++ that depict the OOPS Concepts.
Language: C++ - Size: 107 KB - Last synced at: 5 months ago - Pushed at: about 3 years ago - Stars: 15 - Forks: 1

TILhub/SystemC-Introduction
SystemC is a set of C++ classes and macros which provide an event-driven simulation interface (see also discrete event simulation). These facilities enable a designer to simulate concurrent processes, each described using plain C++ syntax.
Language: C++ - Size: 388 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 3

SINGHxTUSHAR/MENU_DRIVEN_FUN
This program is about using a collection (list) of integers and allowing the user to select options from a menu to perform operations on the list.
Language: C++ - Size: 43 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

SINGHxTUSHAR/Movie_Fanatic_Depot
THIS PROJECT IS DEVELOPED TO UNDERSTAND THE OOPS CONCEPTS IN A BETTER AND PRACTICAL WAY AND IMPLEMENTING THE KNOWLDEGE GAINED FROM THE CONCEPT.
Language: C++ - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

code-chaser/expense-manager
A simple tool that can be used to keep track of daily household expenses.
Language: C++ - Size: 978 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 2

iamayan2011/Projects
A project based on Object Oriented Programming in C++ using File Handling System
Language: C++ - Size: 273 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 2

Kaur-sukhmani/DSA-problems
dsa problems in c and c++
Language: Python - Size: 145 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

paulinamoskwa/Cpp-ircus
Collection of C++ coding exercises
Language: C++ - Size: 26.4 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Amit5620/OOPs-Program
This is for Hacktoberfest, Here you will solve OOPs related Programming questions.
Language: C++ - Size: 12 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 16

varun88raj/IPL-Auction
OOPS project to demonstrate inheritance and file reading concepts
Language: C++ - Size: 119 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

itsbudyn/projekt_baza
Baza obiektów (utworów) w C++, oparta na std::vector'ach
Language: C++ - Size: 146 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

holesh01/Attendance-Management-System
Language: C++ - Size: 62.2 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

ahmed-tarek-2004/Contact-manger-sample-
Contact manger sample OOP
Language: C++ - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

FandosA/Complex_Number_Calculator_OOP
Complex number calculator implemented in C++ based on objects.
Language: C++ - Size: 1.21 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

abdoei/Udacity_Cpp_nanodegree
A repo that holds the milestone projects of the Udacity CppND
Language: C++ - Size: 19.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ArjunPramod/Banking-System-in-CPP
This repository houses a simple yet functional C++ program for a basic banking system. It provides essential banking features, allowing users to open accounts, check account details, deposit and withdraw funds, and enables administrators to manage accounts by opening, finding, and closing them.
Language: C++ - Size: 58.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Vignesh227/Tic-Tac-Toe-game
A Two Player Tic Tac Toe Game, developed in C++
Language: C++ - Size: 37.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

Vignesh227/Theatre-Ticket-Booking
An easy to use program for booking theatre tickets using C++
Language: C++ - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

JawherBenjeddou/Chess
ChessClone with SDL2
Language: C++ - Size: 2.58 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

ayuvgr8/ShoppingCart
Shopping cart backend : This is a simple backend implemented using the C++ (Implementation of data Structures and Algorithms).
Size: 2.93 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

IEEE-MSIT-Project-Committee/snake-game
Simple snake game created using C++ classes
Language: C++ - Size: 41 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

SURAJPATIL6088/Object_Oriented_Programming_OOP
Object Oriented Programming in C++
Size: 4.43 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

hyang373/c-plus-plus-projects
Keeps track of assignments and projects done in courses
Language: C++ - Size: 3.78 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

cliche-niche/CS253
Contains the assignment submissions made in the course CS253 "Software Development and Operations" in the 2021-22 II Sem. For the group project, refer to the "Exec" repository.
Language: Jupyter Notebook - Size: 391 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Atharva-C/BRS
Organize the output for this code well.
Language: C++ - Size: 7.81 KB - Last synced at: 6 months ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 1

amishaaa0002/Banking-Management-System
A Banking Management System created using C++ and OOPS Concepts
Language: C++ - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ChauhanOO7/Billing-System
Now it's easy to understand how billing system works.
Size: 70.3 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Menna-Ahmed7/Ladder-and-Snake-Game
Object Oriented Programming Course Project
Size: 494 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

stefanimp/practicas_poo
Solución a las prácticas de POO propuesta durante el desarrollo de la asignatura por un alumno de primer año de ingeniería informática
Language: C++ - Size: 3.63 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Faraz-mobin17/codingninjas-solutions
This repository is created for Codingninjas C++ and Java DSA solutions
Language: C++ - Size: 229 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

SkyeChen-28/sorcery-public
A strategy card game based on collectible card games such as "Hearthstone: Heroes of Warcraft" and "Magic: the Gathering" written in C++
Size: 435 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Adityak9878/DataBase-Managment-System-_NITC
A real time project implemented using C++ and the concept of oops in order to create a Database Managment System From Scratch with all the background codes given
Language: C++ - Size: 4.96 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

man-od/CPP_matrix.h
Implementation of the CPP_matrix.h library
Size: 17.6 KB - Last synced at: 7 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

mdfaizanahmed786/Data-Structures-Algorithms
A repo to help you understand important questions in Data Structures and Algorithms. (Source: Striver)
Language: C++ - Size: 2.48 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 0

rhazari/SOLID-Principles
SOLID Principles in C++
Language: C++ - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

T1eerth/cpp
Here is the full cpp course
Language: C++ - Size: 83 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

anaungurean/Object-Oriented-Programming
Academic repository providing a collection of solved subjects to aid in learning OOP.
Language: C++ - Size: 1.22 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

DaniyalFarooque/Telephone-Directory-Management
Telephone Directory Management system to maintain the telephone records implemented using Map Data Structure for handling queries, Object-Oriented Programming and File Handling in C++ to give Role-based Access Control supporting multiple administrators, a super administrator, and users.
Language: C++ - Size: 1.02 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

nestoralfaro/battleship-cpp
Battleship game written with an OOP approach in C++
Language: C++ - Size: 45.9 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

hmrserver/BAAZiGAR
Contact Search Engine
Language: C++ - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0
