This repository contains a collection of C++ projects to help new people get started. Each project is designed to be self-contained and demonstrate a specific concept or technique in C++ programming.
To clone the repository, use the following command:
git clone https://github.com/Yeah-Jack/cpp-projects.git
cd cpp-projects/
To execute a project, navigate to a project directory and compile the source code using the following commands:
cd project-directory
g++ main.cpp -o main
./main