Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 927 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 927 Bytes

C++ Projects Collection

DeepSource CodeFactor

Overview

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.

Installation

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