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

Topic: "oop-in-cpp"

code-chaser/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: 3.62 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 28 - Forks: 16

MuhammadAdilMemon/CPP-Code

Language: C++ - Size: 105 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 18 - Forks: 9

SABERGLOW/Feedback_Management_System 📦

🧾 An object oriented C++ Program which stores and maintains course feedback provided by students.

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

KeremTAN/Logger

A logging class will be designed in this repository that can control the number of log files and the frequency of their occurrence.

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

Abdalla2030/Education_Youtube_Materials

All materials of my youtube courses

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

Choaib-ELMADI/getting-started-with-cpp

Getting started with CPP - Insights and Notes.

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

ashiqurrahmananik/library-Management-System

Library Management System using object oriented in C++

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

KeltorHD/Pac-Man-CPP

🎮 Classic Pac-Man game written in C++

Language: C++ - Size: 6.27 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

dede6giu/CIC0197-TP1

Trabalho da matéria Técnicas de Programação 1 (CIC0197) da UnB

Language: C++ - Size: 7.31 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 3 - Forks: 0

aadium/B-Mode-Beamforming

This code is a program that generates a B-mode image containing multiple scanlines from echoes received from an ultrasound transducer.

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

DiegoGarciaPadilla/Console-DnD

Dungeons and Dragons game designed to be played at the command console

Language: C++ - Size: 163 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

praneshp1org/OOP-2nd-Semester

C++ 2nd semester practise | IOE Pulchowk

Language: C++ - Size: 271 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

Ahmed-Elshitehi/Book_Reader

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

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: almost 2 years ago - Stars: 2 - Forks: 0

rarakira/CPP-modules

Introduction to object oriented programming with C++, 42 curriculum

Language: C++ - Size: 116 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

Ali1raz/MobileApp-development-

Mobile Application development course

Language: Dart - Size: 8.61 MB - Last synced at: about 3 hours ago - Pushed at: about 3 hours ago - Stars: 1 - Forks: 1

LinuxUsersLinuxMint/Cppacc

C++ account class

Language: C++ - Size: 23.4 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

therealdevdan/CustomVector

Smart pointer based dynamic array in C++

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

zabavb/Local-manager

Local Manager is a simple console application written in C++ to manage local resources or entities. This project was created to demonstrate core principles of object-oriented programming (OOP) and resource management.

Language: C++ - Size: 11.7 KB - Last synced at: 2 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

kamleshbaheti/Secure-Login-Account-Management-System

An Intermediate level project based on C++, File Management Techniques and OOP's Concepts to handle User's Accounts, Adding New Account, Modifying Accounts, Deleting Accounts etc.

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

raunakranjann/DSA_Practice

In this repo I'm going to upload the files which i practice while learning dsa (i.e. data structure and algorithm)

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

inamtyulhaq/Object-Oriented-Programming-ITF22

This is the repository for my Object Oriented Programming (OOP) course that I studied in my 3rd semester. All contents related to the course are added here. I studied C++ in this course.

Language: C++ - Size: 58.4 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

khaledkamr/Clothes_shop_system

Data structure project

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

sr-tamim/bankman-cpp

A simple bank management system using C++ (OOP)

Language: C++ - Size: 26.4 KB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 2

ygor-sena/42cursus-cpp-piscine

The 12th project of 42 curriculum is a C++ piscine which aims to introduce students to Object-Oriented Programming. C++ was chosen because it's derived from our old and familiar C Language. Since C++ can be complex, the code will adhere with the C++98 standard.

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

ghostbhd/cpp

A collection of CPP Modules designed for the 42cursus curriculum, providing comprehensive coverage of C++ concepts for learners of all levels.

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

JoKeRooo7/matrix_cpp

cpp lib for calculating matrices

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

Mofazzal874/PIMRC

A project based on Object Oriented Programming in C++(CSE-2102) Course.Pure C++ is used

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

aarushirc14/Principles-of-Software-Design

Intro to design patterns, design documents with UML and OOP in C++.

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

domvt/ArduinoOOP

This is an Arduino-based project that will follow my progression learning C++ (on the Arduino IDE and otherwise) with a goal of proficiency in object-oriented programming for mechatronics engineering.

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

deepcloudlabs/dcl112-2023-oct-16

DCL-112: Object-Oriented Programming using C++20

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

deepcloudlabs/dcl112-2022-sep-20

DCL-115: Object-Oriented Programming using C++

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

HasanYahya101/OOP_Assignments

Solutions to Object Oriented Programming assignment questions from Spring 2023 Semester in Fast Nuces Lhr. The actual questions can be found in pdf files. Note that, this is for the theory (subject), not the Lab subject.

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

02Ajay20/TruckGestion

Application of truck managment

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

UnderMou/ODE_solver

This package is designed to solve first order Ordinary Differential Equaitons (ODE) numerically in C++ with post processing in python.

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

gtpoint/cpp_projects

Here are the few C++ projects, inside of them some complex algorithms and many more things that can help you .

Language: C++ - Size: 25.4 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

AntDeivid/Projeto-POO

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

ArslanArdavic/CMPE322-Project3

Multithreaded Prepayment System Application

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

Zannatul-Naim/Cpp-OOP

C++ Object Oriented Programming

Language: C++ - Size: 16.6 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

muhibarshad/Salik-Bank-Limited

Bankist application in C++ by using dynamic arrays and classes concepts :Its main features are login system, user authentication ,create a new account , requesting loan , transfer money, sort your movements , currency converter , delete your account and log out system .

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

vgmda/CSharpFundamentals

C# Fundamentals, outlines the fundamental programming concepts on any platform. The syntax of the C# language is discussed and overviewed. Discover the built-in features of .NET and explore how to solve problems using object-oriented programming techniques. These concepts helps gain the skills and knowledge for real-world solutions.

Language: C# - Size: 2.48 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

iagoizi/poo-petshop-cpp

Sistema de gerenciamento de um PetShop implementado em C++ com os paradigmas de POO.

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

Karllouise-code/ordering-system

Restaurant Ordering System

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

OumaymaRedissi/Press-Agency-in-CPP-using-OOP

Gestion d'une agence de presse en c++ en utilisant la programmation orientée objets

Language: C++ - Size: 341 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

KalebCoberly/Cplusplus-performative-assessment

Basic C++ program, demonstrating object creation, memory management, encapsulation, commenting, etc.

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

DuDiiC/graphics-and-multimedia 📦

Tasks from laboratory: Graphics and multimedia laboratory

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

Burbon13/Qt_Cpp_OOP 📦

Babes Bolyai University - OOP course

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

hajdu-patrik/Autoszerviz_CPP_Program

Autószerviz nyilvántartó rendszert megvalósító konzolos projekt.

Language: C++ - Size: 1.73 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

tarnowsky/World-Simulation

The "World Simulation" project is a Object-Oriented, self-playing game. The simulation showcases interactions between various objects representing animals in a virtual ecosystem.

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

PaulVonDaniels/Dynamic_array

Dynamic array in C++ — native std::vector. Supports everything from adding items to sorting and reversing. Ideal for those who want to understand how it works under the hood.

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

PaulVonDaniels/Custom_Linked_List

Implementation of a singly linked list in C++ with basic and advanced operations such as push, pop, insert, erase, reverse, and so on. Demonstrates OOP, pointers, and data structures.

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

Diego150103/Projects

This is a repository containing projects and techniques I have worked on.

Language: Jupyter Notebook - Size: 2.3 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Alejo-jr456/pac-man-game-in-C

This is a pac man game written in C with the help of the SDL2 library Hope you will have fun!!!!

Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

medidbella/cpp_modules

exploring c++ lang

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

ercodex/Object-Oriented-Programming-Exercises

Educational C++ codes for object-oriented programming

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

Khetesh-Deore/OOPs

OOPs in C++

Language: C++ - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

RJAE5/2143-OOP

The repository of programs and assignments from C++ Object Oriented Programming.

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

K-P-creator/RadarV2

2D Radar Simulation

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

iambhargavnath/OOP-CPP

Demonstration of some OOP concepts using C++

Language: C++ - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

subhranil002/CPP-Programming

This repository is dedicated to my C++ practice for the WBJECA exam, focusing on core C++ and Object-Oriented Programming concepts ... ❤️

Language: C++ - Size: 25.4 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

marames25/VOLE-Machine-Simulator

VOLE Machine Simulator is a simulation of a simplified computer system designed to read, store, and execute a set of basic instructions. This project demonstrates the application of (OOP) principles while offering insight into the inner workings of simple computational machines.

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

sirridemirtas/pishti

Implementation of the popular card game Pişti in C++ for the console. UNDER CONSTRUCTION

Language: C++ - Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

pin3dev/42_CPP_Modules_05-09

Exploring advanced C++ and OOP concepts like SOLID, casting operators, templates (value, functions, and classes), exception handling using throw() and try/catch blocks, and so on

Language: C++ - Size: 2.51 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

deepcloudlabs/dcl112-2024-aug-05

DCL-112: Object-Oriented Programming using C++20

Language: Makefile - Size: 587 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

sojolrana/Object-Oriented-Programming

This repository contains a collection of C++ programs designed to illustrate key principles of Object-Oriented Programming (OOP). Each example is crafted to demonstrate how OOP can be used to create modular, reusable, and maintainable code.

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

majkeloess/PO1

Laboratoria z przedmiotu Programowanie Obiektowe 1

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

Mithun-Modak/Student-Result-Management-System-oop-Project-in-c-plus-plus

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

mshahriarnihal/CPP_Backtracking-OOP-and-Pointer-Based-Projects

Here I'm posting few C++ projects which are done based on backtracking, OOP, pointers etc. These projects were done mainly focusing on solving assignment questions of Professor Jerry Waxman's CSCI-211 - Object Oriented Programming in C++ course at CUNY QC. Posting Dr. Waxman's questions, my codes & report for those assignments & their algorithms

Language: C++ - Size: 5.26 MB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

muhammad-ali-khalid/object-oriented-programming-tasks

Solution of different object oriented programming problems in C++

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

muhammad-ali-khalid/cpp-libraries

Collection of useful and reusable modern C++ components

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

Harishanan/Flappy_bird_Game_C-plus-plus

This is a second year project for ELEE 1147 (Programming for engineers) using C++ OOP and Visual Studio.

Language: C++ - Size: 50.8 KB - Last synced at: 5 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

carlosrocha-dev/42_CPP

Projects of C++ of 42 comum core The delivery of these modules focuses on introducing Object-Oriented Programming as a foundational aspect of C++ education.

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

asifdhillon25/To-do-List

Its to-do-list console app solely made with c++ you can use it to build your concepts of OOP and File Handling in C++

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

Kailash23/algos-and-ds

Implementation of Algorithms and Data Structure in C++

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

AndorGunczer/CPP_OOP_Deep_Dive

Exercises to practice Object-Oriented Programming in C++

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

TejasvG/Simple-Console-Based-Banking-System

The Console-Based Banking System is a user-friendly application written in C++ that enables users to perform basic banking operations directly from the console. It provides essential functionalities such as account creation, depositing funds, withdrawing funds, and viewing account information.

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

JunaidSalim/String_Manipulation_with_Overloaded_Operators_in_Cplusplus

A class that provides various string operations including concatenation, comparison, indexing, sub-string extraction, assignment, and shifting.

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

Momen-Alshouha/data-structure-circular-singly-linked-list

This repository contains C++ implementation of a circular singly linked list using object-oriented programming principles. It includes classes for nodes, iterators, and the linked list itself, providing essential functionalities such as insertion, deletion, traversal, and more.

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

magnitopic/CPP-42

C++ beginner exercicess to learn the language and OOP

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

ghawrii/Basics-to-OOP

This repository follows my journey of learning programming using C++ from fundamentals of computer programming to Object Oriented Programming. Here you will see the solutions of all problem sets from Robert Lafore's "Object Oriented Programming in C++" book.

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

TheMetaSetter/shapes-parser

The program introduced in this project is aimed to read shapes information from a text file, parse them into appropriate shapes, sort them by area, and print out all of the shapes after being sorted.

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

lleballex/arcanoid-cpp

Brand new Arcanoid in C++

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

saad299/Cpp

C++ coding work of my university class

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

khaledkamr/Bus_reservation_project

OOP Project

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

meharehsaan/object-oriented

This repo contains Object Oriented Programming course labs mainly in c++.

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

InagoesIT/OOP

Code written in the second semester of uni during my loved OOP course.

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

skyisveryblue1/cpp_example

Typical example for OOP implementation by C++

Language: C++ - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

TebogoYungMercykay/Towers_Of_Hanoi_Puzzle_Solver

Towers of Hanoi is a popular puzzel game that consists out of two main components: three towers and n number of disks. The goal of this puzzel game is to move the tower of disks from one tower to another tower with only moving a single disk at a time.

Language: C++ - Size: 216 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

theavidstallion/university-projects

This repository is dedicated to store university projects I have done.

Language: C++ - Size: 3.47 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

yaroslavbohonos/ITEA-CourseCpp

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

danielabeltrancr/ESP32-Lab-with-Arduino-IDE

Code examples for ESP boards using oop in C++

Language: C++ - Size: 1.6 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

PhuongBui712/Crossing_Road

Language: C++ - Size: 16.9 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

rvan-duy/42-cpp-modules

A collection of modules which is to introduce you to Object-Oriented Programming.

Language: C++ - Size: 402 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

rucoma00/Discr_Loops_Simulator

This is the final project for a course about OOP and multi-thread programming

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

rohittp0/S3-OOP-Lab

The repository that would host all the programs for 3rd semester OOP Lab

Language: C++ - Size: 946 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 15

DiegoGarciaPadilla/DnD-Character-Creator

Project for the Object-Oriented Computational Thinking module TC1033

Language: C++ - Size: 320 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Sakib62/OOP_Practice

Rough practice of OOP concepts along with Java.

Language: Java - Size: 29.3 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sreyounpann/Apartment_Homework

C++ OOP

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

iamMalekAmin/QUIZ-GAME

quiz game project using object oriented programming c++

Language: C++ - Size: 302 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ashot-gimishyan/Introduction-ToCS

Здесь мои первые учебные проекты на языках программирования C/C++/Bash. Темы: объектно-ориентированное программирование, клиент-серверное взаимодействие, файлы и директории в ОС Linux, наследование и полиморфизм, написание скриптов в Linux Bash, шаблоны, структуры в C и т.д.

Language: C++ - Size: 57.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Related Topics