Kirstie O'Connell

Software Developer/Engineer/Student

Home C++ HTML-CSS-JS Java Node PHP SQL

Projects in C++

Fuel Tank

A project for my second level C++ class that demonstrates encapsulating code and how to use classes in a program.

The Fuel Tank project is a console program using static variables and calculating various levels and capacities of a fuel tank. Included are methods to calculate the level of fuel and display. This also calculates the fuel levels and capacity after adding or using fuel.


Shape Inheritance

A project for my second level of C++ learning how inheritance worked in object oriented programming.

This is a console program for C++ object oriented programming class using shapes with static variables as examples. This program demonstrates how classes are used within a program as well as how inheritance works between the classes to reuse code for similar other classes.


Roadside Cafe

A project from my first C++ class. This project was my final and is an accumulation of my first semester of coding. This class is the cornerstone of my knowledge of basic concepts of programming languages and about program control structures and the syntax of C++.

The Roadside Cafe is a console program that will greet customers to the roadside cafe and find out when they would like to visit and takes the customer through the cafe menu options, a visit to the jukebox and to the gift shop depending on where they chose to go on the visit. The outcome will be a description of services in the cafe and shop which were purchased and the total. If visiting the diner there will be a survey and if shopping from the gift shop an order will also be created to restock items purchased.