Skip to content

itsmeowdev/cpp-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

All Project C++

🀑 Just to fill the confusion, bro

Malas

πŸ“ Description

This repository contains a collection of C++ projects covering a wide range of programming concepts, from basic to advanced.

πŸ“š Project List

  1. Hello World – The most basic C++ program.
  2. Simple Calculator – Basic arithmetic operations (+, βˆ’, Γ—, Γ·).
  3. Array Sorting – Implementation of the Bubble Sort and Selection Sort algorithms.
  4. Data Structures – Examples of using Stacks, Queues, and Linked Lists.
  5. Additional Projects – (Add project names and descriptions here according to the contents of the repository).

πŸ› οΈ Technology

  • Language: C++
  • IDE: Visual Studio Code / Code::Blocks / Dev C++
  • Compiler: GCC / MinGW

πŸš€ How to Run

  1. Select the project you want to run.

  2. Open the .cpp file using your preferred IDE.

  3. Compile and run the program via the terminal or command prompt:

    g++ namafile.cpp -o output && ./output

πŸ“¦ How to Clone a Repository

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

πŸ“Œ Note

If you would like to contribute, please create a pull request or open an issue for suggestions or improvements.

About

C++ Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages