Skip to content

C++ is one of the world's most popular programming languages. C++ can be found in today's operating systems, Graphical User Interfaces, and embedded systems. C++ is an object-oriented programming language which gives a clear structure to programs and allows code to be reused, lowering development costs.

License

Notifications You must be signed in to change notification settings

Mukeshburdak/Oops-using-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

59 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Œ C++ Projects Repository

Welcome to my C++ Projects Repository! πŸš€ This repository contains a collection of C++ programs, algorithms, and projects ranging from beginner to advanced concepts. It is designed for students, learners, and developers who want to understand and practice C++ programming.

πŸ“‚ Repository Structure πŸ“¦ cpp-projects ┣ πŸ“ basics/ # Basic syntax, input/output, operators ┣ πŸ“ oop/ # Object Oriented Programming concepts ┣ πŸ“ projects/ # Mini & Major Projects in C++ ┣ πŸ“„ LICENSE ┣ πŸ“„ README.md

πŸ”₯ Features

Beginner-friendly C++ codes 🟒

Covers OOP, and System Programs

Well-documented and structured examples

Easy-to-understand implementations

βš™οΈ How to Run

Clone the repository:

git clone https://github.com/Mukeshburdak/Oops-using-cpp.git cd Oops-using-cpp

Compile a program:

g++ filename.cpp -o output ./output

πŸ“š Topics Covered

Basics of C++ (I/O, loops, functions)

Object Oriented Programming (Classes, Inheritance, Polymorphism)

Mini Projects

🀝 Contribution

Contributions are welcome!

Fork the repo 🍴

Create a new branch 🌿

Add your code or improve documentation ✨

Submit a Pull Request πŸš€

πŸ“œ License

This repository is licensed under the MIT License – feel free to use and modify.

About

C++ is one of the world's most popular programming languages. C++ can be found in today's operating systems, Graphical User Interfaces, and embedded systems. C++ is an object-oriented programming language which gives a clear structure to programs and allows code to be reused, lowering development costs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages