This repository contains my complete C++ learning journey with practice programs, starting from the basics to Object-Oriented Programming (OOP). Each file demonstrates a specific C++ concept with source code examples.
Hello! I am Muhammad Saqlain Shoukat also known as Dark Wolf founder and developer of Coding Chat Room, a passionate learner and creator in the field of Web Development, Cybersecurity, Programming, and DevSecOps.
🔹 My mission is to make complex technical concepts simple and easy so that students and professionals can learn without confusion.
🔹 On my platforms, I share tutorials, study notes, and practical tips about Linux, Ethical Hacking, Development, Programming and Cybersecurity.
🔹 I believe in learning by sharing — the more we teach, the more we grow.
output/
│── 01.Printing_Words.cpp # Basic printing with cout
│── 02.variables.cpp # Variables and data types
│── 03.User_Input.cpp # Taking input from user
│── 04.Operators.cpp # Arithmetic, logical, relational operators
│── 05.If_Else.cpp # If-Else statements
│── 06.Case.cpp # Switch case statements
│── 07.For-Loops.cpp # For loops
│── 08.While-Loops.cpp # While loops
│── 09.Do-While-Loops.cpp # Do-While loops
│── 10.Functions.cpp # Functions in C++
│── 11.Array.cpp # Arrays
│── 12.TypeCasting.cpp # Type casting
│── 13.String.cpp # Working with strings
│── 14.Pointers.cpp # Pointers
│── 15.Classes-Objects.cpp # Classes and Objects (OOP)
- Clone this repository:
git clone https://github.com/saqlainwebdeveloper/cpp-full-course.git cd cpp-learning-practice/output - Compile any
.cppfile using g++:g++ 01.Printing_Words.cpp -o printing
- Run the program:
./printing
- Printing & Basic I/O
- Variables & Data Types
- Operators
- Conditional Statements (if-else, switch)
- Loops (for, while, do-while)
- Functions
- Arrays
- Type Casting
- Strings
- Pointers
- Object-Oriented Programming (Classes & Objects)
This repository is created to strengthen C++ programming fundamentals and build a strong foundation for competitive programming, data structures, algorithms, and system-level programming.
Feel free to fork this repo, suggest improvements, or add new examples!
If you found this helpful and want to learn more about web development, programming, and resources, follow me here and Star this Resporatory:
- 🎥 YouTube: Coding Chat Room
- 📸 Instagram: @codingchatroom
- 💻 GitHub: Saqlain Web Developer
💡 I share tutorials, tips, and resources to make learning cybersecurity and coding easier.
Don’t forget to subscribe & follow for more updates and Star this Resporatory 🚀
This project is open-source and available under the MIT License.