Skip to content

A space for me to upload some of my beginner level C++ programs, while familiarizing myself with Git and GitHub.

License

Notifications You must be signed in to change notification settings

dshxh-23/Cpp-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

C++ Tutorial Repository

Welcome to my C++ Tutorial Repository! This repository serves as a space for me to showcase some of my basic C++ programs while gaining hands-on experience with version control using Git and GitHub.

I have also add some of my notes I made while learning Cpp. Go through them if you feel like it.

It can also be a useful resource for beginners looking for program ideas or seeking to build upon my existing work.

πŸ›  Setup Instructions

To run the C++ programs on your local machine:

  1. Install a C++ compiler (I personally use gcc and clang. You can install them from Winlibs).
  2. Clone this repository:
    git clone https://github.com/DhyeyShah23/Cpp-Tutorial.git
  3. Navigate to the folder and compile a program:
    cd Cpp-Tutorial/programs
    g++ hello_world.cpp -o hello
    ./hello

🀝 Contributing

If you’d like to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-name).
  3. Add your changes and commit (git commit -m "Added new C++ topic").
  4. Push to your fork and submit a pull request.

πŸ“œ License

This project is open-source under the MIT License.

Happy coding! πŸš€

About

A space for me to upload some of my beginner level C++ programs, while familiarizing myself with Git and GitHub.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages