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.
To run the C++ programs on your local machine:
- Install a C++ compiler (I personally use gcc and clang. You can install them from Winlibs).
- Clone this repository:
git clone https://github.com/DhyeyShah23/Cpp-Tutorial.git
- Navigate to the folder and compile a program:
cd Cpp-Tutorial/programs g++ hello_world.cpp -o hello ./hello
If youβd like to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-name). - Add your changes and commit (
git commit -m "Added new C++ topic"). - Push to your fork and submit a pull request.
This project is open-source under the MIT License.
Happy coding! π