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

Topic: "virtual-functions"

Intangible-pg18/Cpp-Deep-Dive

A C++ (cpp) repository about the unknown, lesser known, and the most important facts and concepts.

Size: 1.32 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 73 - Forks: 16

thakursaurabh1998/cpp

This repo contains all the C++ programs that are made as part of Object Oriented Programming subject.

Language: C++ - Size: 67.4 KB - Last synced at: 11 days ago - Pushed at: over 6 years ago - Stars: 11 - Forks: 9

sidharthjuyal/oop

Object oriented programming in C++

Language: C++ - Size: 602 KB - Last synced at: 9 months ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 1

daltonbr/CppSeries

an amazing CPP course

Language: C - Size: 281 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 6 - Forks: 0

gitgou/learnCPP_CN

C++ 基础学习代码案例

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

madhurimarawat/Object-oriented-programming-with-c-plus-plus

This repository contains programs in the C++ programming language related to Object Oriented programming.

Language: C++ - Size: 1.64 MB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

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

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

fufic123/cpp-studies

all my c++ study tasks and course project "Financial Managment System"

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

tallsong/cpp

C++ tutorial

Language: C++ - Size: 202 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 1

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.

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

sharmaroshan/C-Basic-Tutorials

It is a Repository for Basic C++ Programs for Placements

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

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. 🚀

Language: LLVM - Size: 188 MB - Last synced at: 10 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

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.

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

Dashminder-Singh/OOPS_with_cpp

Object oriented paradigm -> Real world programming

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

f-corvaro/CPP

"Master the essentials of C++ programming and project development."

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

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: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Sai-Nandan-Desetti/Blackjack

A two-player (User vs Dealer) game of Blackjack

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

sabrinxumichh/p3-euchre

A program simulating a game of Euchre (popular Michigan card game), supporting an AI player and a Human player

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

LeviEyal/CPP-Course-Exercises

All the exercises in the Systems Programming in C++ course that took place in the second semester of 2021

Language: C++ - Size: 694 KB - Last synced at: about 11 hours ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mlennig/Chapter12_C_and_Cpp

Classes and Inheritance, Constructors and Destructors, Virtual Functions, Virtual Destructor, Default Values, Operator Overloading, Pointers and References, Templates

Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

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.

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

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.

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

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.

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

Babkock/Beatbox 📦

Simple push-button drum sounds for PSP.

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

ABuarque/OOPArticle

implementing OOP in C from Scratch

Language: C - Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

singh-sidharth/LabAssessment3

Lab Assessment 3 of edx online course Intermediate C++ offered by Microsoft.

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

Related Topics
inheritance 14 polymorphism 9 cpp 8 operator-overloading 6 encapsulation 6 object-oriented-programming 6 exception-handling 5 friend-functions 5 templates 4 destructors 4 constructors 4 overloading 4 classes 4 polimorphism 3 abstract-classes 3 pointer 3 oops-in-cpp 3 inline-functions 3 classes-and-objects 3 stl-algorithms 2 pointers-and-references 2 dynamic-programming 2 stl 2 file-handling 2 c 2 overriding 2 memory-management 2 constructor 2 stack 1 resolution 1 string 1 structures 1 vector 1 array-manipulations 1 arrays-and-strings 1 exception-handlers 1 queue 1 pointers 1 data-structures 1 array 1 thread 1 stl-string 1 stl-iterators 1 stl-functionality 1 stl-containers 1 socket 1 design-patterns 1 member-variable 1 member-functions 1 list 1 function-overloading 1 upper-camel-case 1 orthodox-canonical-class 1 namespaces 1 cppmodules 1 cpp98-compatible 1 cpp98 1 cpp-modules 1 42school 1 42 1 containership 1 unit-testing 1 test-driven-development 1 smart-pointers 1 overloaded-operators 1 iterators 1 vectors 1 recursive-functions 1 objects 1 lists 1 lambda 1 functions 1 dynamic-memory-management 1 data-types 1 std 1 overload-operator 1 favor 1 string-manipulation 1 static 1 pointer-to-function 1 inheritence 1 file-handling-in-cpp 1 object-oriented 1 data-hiding 1 access-modifiers 1 abstraction 1 default-values 1 classes-and-inheritance 1 oop-principles 1 web-api 1 react 1 maui 1 learning-modules 1 azure-storage 1 azure-ai 1 azure 1 az-204 1 atqor 1 runtime-polymorphism 1 memory-allocation 1