This repository contains C++ programs example and exercises that I have completed while learning Object-Oriented Programming (OOP) from the book:
"Teach Yourself C++" by Herbert Schildt
ch 4.8/
– Chapter 4.8example/
– Example programs from the bookexercise/
– Exercise solutions
Note: Some
.idea
and configuration files are included from CLion, but the main focus is on the.cpp
files and exercises.
I am practicing C++ by following Herbert Schildt's "Teach Yourself C++", completing examples and exercises chapter by chapter.
The main goal is to strengthen my understanding of:
- C++ syntax and basics
- Object-Oriented Programming concepts
- Clone the repository:
git clone https://github.com/AsmaAnwar05/oop-codes.git