This repository contains a collection of C++ projects covering a wide range of programming concepts, from basic to advanced.
- Hello World β The most basic C++ program.
- Simple Calculator β Basic arithmetic operations (+, β, Γ, Γ·).
- Array Sorting β Implementation of the Bubble Sort and Selection Sort algorithms.
- Data Structures β Examples of using Stacks, Queues, and Linked Lists.
- Additional Projects β (Add project names and descriptions here according to the contents of the repository).
- Language: C++
- IDE: Visual Studio Code / Code::Blocks / Dev C++
- Compiler: GCC / MinGW
-
Select the project you want to run.
-
Open the
.cpp
file using your preferred IDE. -
Compile and run the program via the terminal or command prompt:
g++ namafile.cpp -o output && ./output
You can copy this repository using one of the following methods:
HTTPS
git clone https://github.com/itsmeowdev/cpp-projects.git
SSH
git clone git@github.com:itsmeowdev/cpp-projects.git
If you would like to contribute, please create a pull request or open an issue for suggestions or improvements.