Background image with text

C++

I enjoy working with C++ the most, so I have focused on learning it. I found the challenge of learning C++ to be particularly enjoyable, as it is considered a difficult language. I have experience with many aspects of C++, such as object-oriented programming, pointers, templates, and structures.
programming pic

C++ Projects

Login And Registration System

This project was made so I could demonstrate what I have learnt so far from clean code and I believe it perfectly shows my capabilities as a programmer to make clean code.

This project contains the use of namespaces, fstreams, exception handling and functions. I believe this shows I am more than capable of writing basic code.

As always this project is found on my Github which can be found in Socials.

Library System

This project was made as requested by one of the Udemy courses I was completing at the time. It requested that I wrote code for a user acting as a librarian to store books and store users in an array. The user can also look through the books for a specific ID or name and it will return the info they requested

This project took advantage of arrays, structs and functions.

Hospital System

This project was made as requested by one of the Udemy courses I was completing at the time. It requested that I wrote code that used functions and for loops to allow the user to act as a patient logging in or act as a doctor accepting patients.

The patients were stored by using a multidimensional array and the program was run using functions that checked whether another patient could be booked in or gave the doctor specialist a patient.