https://github.com/th-shivam/way_to_cpp
🚀 C++ Learning Journey Welcome to my C++ Learning Repository! 👨💻 📖 About This Repository "Every expert was once a beginner." 🌱 This repository showcases my journey into C++, featuring programs and concepts I practice along the way.
https://github.com/th-shivam/way_to_cpp
anotnet cplusplus cpp data-structures-and-algorithms object-oriented-programming oops
Last synced: over 1 year ago
JSON representation
🚀 C++ Learning Journey Welcome to my C++ Learning Repository! 👨💻 📖 About This Repository "Every expert was once a beginner." 🌱 This repository showcases my journey into C++, featuring programs and concepts I practice along the way.
- Host: GitHub
- URL: https://github.com/th-shivam/way_to_cpp
- Owner: Th-Shivam
- Created: 2025-02-13T11:11:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T16:57:46.000Z (over 1 year ago)
- Last Synced: 2025-04-03T17:38:12.497Z (over 1 year ago)
- Topics: anotnet, cplusplus, cpp, data-structures-and-algorithms, object-oriented-programming, oops
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 C++ Learning Journey
Welcome to my C++ Learning Repository! 👨💻
## 📖 About This 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.
## 🛠️ Topics Covered
- 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!)
## 🧑💻 Why I Started Learning C++
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.
## ⚙️ How to Run the Programs
1. Clone the repository:
```bash
git clone https://github.com/th-shivam/way_to_cpp.git
```
2. Navigate to the directory:
```bash
cd way_to_cpp
```
3. Compile and run a program:
```bash
g++ check_leap -o Leap_year_check
./hello
```
## 🌱 Learning Resources
- [C++ Documentation](https://cplusplus.com/)
- [Code with Harry](https://www.codewithharry.com/)
- [Learn C++ - W3Schools](https://www.w3schools.com/cpp/)
## 🤝 Contributions
This repository primarily serves as my learning space, but feel free to suggest improvements!
---
✨ **Happy Coding!** ✨