virtual-functions
There are 31 repositories under virtual-functions topic.
Intangible-pg18/Cpp-Deep-Dive
A C++ (cpp) repository about the unknown, lesser known, and the most important facts and concepts.
gitgou/learnCPP_CN
C++ 基础学习代码案例
thakursaurabh1998/cpp
This repo contains all the C++ programs that are made as part of Object Oriented Programming subject.
daltonbr/CppSeries
an amazing CPP course
sidharthjuyal/oop
Object oriented programming in C++
MorganBergen/CPP-Data-Structures
Basics of Compilers in relationship to C++ compilation to object and machine code via makefile scripting. Basics of Algorithmic Design - Essentially how to design a sequence of precise instructions that leads to a solution. Principles of object-oriented programming design
madhurimarawat/Object-oriented-programming-with-c-plus-plus
This repository contains programs in the C++ programming language related to Object Oriented programming.
tallsong/cpp
C++ tutorial
fufic123/cpp-studies
all my c++ study tasks and course project "Financial Managment System"
sharmaroshan/C-Basic-Tutorials
It is a Repository for Basic C++ Programs for Placements
ShubhamVerma-Developer/AzureModuleLearning
Explore the fascinating world of Azure with our comprehensive learning module! 🌐 Dive into Azure's vast ecosystem through hands-on labs and practical exercises in our GitHub repository. 💻 Gain proficiency in cloud computing, from deploying virtual machines to managing databases, and much more. 🚀
Dashminder-Singh/OOPS_with_cpp
Object oriented paradigm -> Real world programming
f-corvaro/CPP
"Master the essentials of C++ programming and project development."
GeoRouv/automated-zombie-apocalypse-minigame
🧟 A project in OOP programming in order to practice "new" and "delete" operators, copy constructor functions, "this", inheritance, and virtual functions.
hc219417/Product
Order management system designed for a Harry Potter-esque business. 5 different products are offered to customers, including wand, robe, broomstick, owl, and event.
dhuss42/cpp04
Subtype Polymorphism, Abstract Classes, and Interfaces
FernandoCesarMS/AtividadePratica8
Atividade Prática referente à disciplina de Programação Orientada a Objetos (ELE078), do curso de Engenharia de Controle e Automação - UFMG. Atividade sobre Polimorfismo e Funções Virtuais.
FernandoCesarMS/AtividadePratica9
Atividade Prática referente à disciplina de Programação Orientada a Objetos (ELE078), do curso de Engenharia de Controle e Automação - UFMG. Atividade sobre Polimorfismo, Funções Virtuais , Classes abstratas e RTTI.
lai-jia-jing/cpp-module-04
Master advanced C++ concepts like polymorphism, deep copying, and abstract classes, with exercises on polymorphic behavior, memory management, and defining interfaces for derived classes.
Sai-Nandan-Desetti/Blackjack
A two-player (User vs Dealer) game of Blackjack
sharmaishan2511/DSA-in-cpp
A repository containing all the basic c++ implementations and oops concepts along with basic data structures and algorithms made from scratch.
ABuarque/OOPArticle
implementing OOP in C from Scratch
Ay-tech89/OOP-Concepts-Cpp
Collection of C++ programs and examples that demonstrate core concepts of Object-Oriented Programming (OOP). This repository is part of my learning journey to strengthen my understanding of OOP using C++. It includes well-structured code snippets, mini projects, and concept-based implementations.
Babkock/Beatbox
Simple push-button drum sounds for PSP.
BenteVE/VMT-hook-external-target
A demo of a Virtual Method Table hook on a simple, external target application.
FernandoCesarMS/AtividadePratica10
Atividade Prática referente à disciplina de Programação Orientada a Objetos (ELE078), do curso de Engenharia de Controle e Automação - UFMG. Atividade sobre Polimorfismo, Funções Virtuais , Classes abstratas.
Kratugautam99/CPP-Learning
Developed a in-depth GitHub repository to explore key C++ topics like OOP, STL, templates, and file handling. Paired each concept with practical code samples and learning snippets. Augmented the repo with Cython modules for performance-focused Python-C++ integration, including .pxd files and OpenMP parallelization.
LeviEyal/CPP-Course-Exercises
All the exercises in the Systems Programming in C++ course that took place in the second semester of 2021
mlennig/Chapter12_C_and_Cpp
Classes and Inheritance, Constructors and Destructors, Virtual Functions, Virtual Destructor, Default Values, Operator Overloading, Pointers and References, Templates
singh-sidharth/LabAssessment3
Lab Assessment 3 of edx online course Intermediate C++ offered by Microsoft.
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.