Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 649 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 649 Bytes

This repository contains a collection of C++ programs and projects. Each project demonstrates different features and concepts of the C++ programming language, including object-oriented programming, data structures, algorithms, and more.

  • Basic Programs: Simple C++ programs to illustrate fundamental concepts like variables, loops, and functions.
  • Object-Oriented Programming (OOP): Examples of classes, inheritance, polymorphism, and encapsulation.
  • Algorithms: Sorting, searching, and other important algorithms implemented in C++.

To compile and run the programs, you will need a C++ compiler such as:

  • Codeblocks
  • Dev-C++
  • Visual Studio