C++ Programming

This section highlights my journey in mastering C++ programming through a variety of projects and applications. From creating programs that display patterns and solve mathematical computations to designing utilities like hexadecimal-to-decimal converters and dice game simulations, I’ve explored a wide range of functionalities.

My work also includes advanced object-oriented programming, such as developing UML-designed classes like a Fan, Stopwatch, and BMI Calculator. Through these exercises, I gained experience in dynamic memory allocation, efficient data management, and implementing complex algorithms.

One of my key projects was a Fishmonger’s Counter Management System, a comprehensive object-oriented program that dynamically managed stock levels, calculated profits, and handled expiration dates. These projects demonstrate my problem-solving skills, logical thinking, and ability to design practical solutions using C++.

Created programs that display various patterns.

Created programs that help solve mathematical computations.

Designed utilities for converting hexadecimal numbers to decimal, generating random strings, and randomising outputs like picking cards from a deck. 

Created multiple programs to handle complex string operations and validating specific formats like Social Security numbers.

Game Development: Dice Game Simulation

Developed a simple dice game with win/lose conditions based on rolling outcomes. The game included conditions for immediate wins, losses, or point establishments with repeated plays until a decision point.

Created programs to find the largest index of elements in an array and determine if two integer lists are strictly identical. Implemented algorithms to count occurrences of integers between 1 and 100, demonstrating the use of arrays and sorting.

Object-Oriented Design with UML

Designed and developed multiple programs using UML diagrams to visualize class structures, including:

A Stopwatch class that measures the execution time of sorting algorithms. 

A BMI calculator that uses height and weight to determine body mass index.

Explored advanced data structures and dynamic memory allocation through various exercises, such as managing student enrolments in different courses using arrays and dynamic memory. Gained insights into efficient memory use and manipulation techniques.

Fishmonger’s Counter Management System:

Developed a comprehensive management system for a fishmonger's counter using object-oriented principles. The program included classes such as Fish and Shellfish, with features to calculate mean weight, cost, selling price, total weight, and expiry dates. Implemented functions for purchasing and selling inventory, and specialised methods to handle sales in packets for shellfish. The system was designed to dynamically adjust stock levels, calculate profits, and manage expiration dates effectively.