1 Forks
7 Stars
7 Watchers

OOP-notes

This is a collection of notes I've taken while learning OOP. The notes are written in C++ and the comments contain the explanations. The notes are not complete and I will be adding more as I learn more. I hope this helps someone out there. Also feel free to contribute to this repo.

How to download and setup OOP-notes

Open terminal and run command
git clone https://github.com/Qazalbash/OOP-notes.git
git clone is used to create a copy or clone of OOP-notes repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with OOP-notes https://github.com/Qazalbash/OOP-notes/archive/master.zip

Or simply clone OOP-notes with SSH
[email protected]:Qazalbash/OOP-notes.git

If you have some problems with OOP-notes

You may open issue on OOP-notes support forum (system) here: https://github.com/Qazalbash/OOP-notes/issues