Skip to content

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

 
 
 

Contributors

Languages