My C++ projects
At this moment – I would like to show a couple of my C++ project available at GitHub

Address Book app
My first application written in C++. It was created as a pure block of code – I was about to lear Object Programming

Address Book – Object Programmed
The next step was to create the same application using Object approach. The advantage of this concept was that I knew already how the application was supposed to work – my job was only to re-arrange it.

Personal Budget app
Definitely the biggest project on my first learning stage in C++. It required to write entirely new functionalities, so it was a next step in my learning journey
