Software

While my focus has been mainly around hardware I have delved into software. The languages that I have used over the years is C++ and Python.

C++

Luhn’s Algorithm

Mod-10 Algorithm to verify the validity of a credit card number.

Project Overview and Code

Karaca’s Encryption Algorithm

Encryption and Decryption of .txt files.

Project Overview and Code

Object Oriented Parent and Child Class

Project designed to review the capabilities of C++ to manage several child classes utilizing input data.

Project Overview and Code

Connect Four

This code allows two users to play connect four while keeping track of the wins, losses, and ties of the two users.

Download Code

Radian / Polar Convertor

This code allows a user to input a value and which conversion to take place on their value. Either radian to polar or polar to radian.

Download Code

Grade Calculator

This code allows the user to calculate their final grade for a class with weighted averages.

Download Code