Skip to content

Yeah-Jack/cpp-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages