top of page
PYRAMID_WHITE_BACKGROUND_edited.jpg

Coding Examples

Examples of C++ and Python Projects

C++ Projects

c++
Screenshot_project1_1.png

Coffee Shop Costs- 07/2022

Takes input from file and processes data before saving the output to file.

LIVE DEMO 

Screenshot_project4.png

Time Converter- 09/2022

Built to convert 12 or 24-hour time formats. 

LIVE DEMO

Screenshot_project7.png

Advanced banking- 11/2022

This banking program uses virtual

functions to process transactions

based on the account type

before printing the results.

LIVE DEMO

Screenshot_project10.png

Vector Sort and Search- 11/2022

This program is a sort and search tool that displays the results.

LIVE DEMO

Screenshot_project2.png

Phone Bill Generator- 08/2022

Here user input is taken to calculate and print a billing statement.

LIVE DEMO

Screenshot_project5.png

Math Mania- 10/2022

Perform calculations on a random number by selecting options.

LIVE DEMO

Screenshot_project8_edited.jpg

Exception Handling- 11/2022

Convert fractions with this code to test out exception handling when 0 is entered.

LIVE DEMO

Screenshot_project3.png

Coin Calculator- 09/2022

This was a fairly simple build, take the input and output the calculations. 

LIVE DEMO

Screenshot_project6.png

Seating Chart- 10/2022

Seating chart that allows users to select an available seat and prints results. 

LIVE DEMO

Screenshot_project9.png

Advanced Payroll- 12/2022

The program code takes the employee information and calculates payroll by the class before printing a report.

LIVE DEMO

Python

Python Projects

Screenshot 0622.png

Tax Calculator- 06/2022

This was a fairly simple build, take the input and output the calculations. 

LIVE DEMO

Screenshot 0722.png

Order Processing 07/2022

This code is written to allow a user to create, delete or modify orders using object-oriented programming.

LIVE DEMO

bottom of page