Welcome to my C++ Learning Repository! π¨βπ»
This repository contains my C++ programs as I embark on my journey to learn C++. I'll be uploading programs, projects, and concepts I practice along the way.
- Basic Syntax & I/O
- Conditional Statements
- Loops (for, while, do-while)
- Functions
- Arrays & Strings
- Pointers & Memory Management
- Object-Oriented Programming (OOP)
- Data Structures & Algorithms (coming soon!)
As a Computer Science student, C++ helps me build a strong foundation in programming, especially in problem-solving and understanding core concepts like memory management and OOP.
- Clone the repository:
git clone https://github.com/th-shivam/way_to_cpp.git
- Navigate to the directory:
cd way_to_cpp
- Compile and run a program:
g++ check_leap -o Leap_year_check ./hello
This repository primarily serves as my learning space, but feel free to suggest improvements!
β¨ Happy Coding! β¨