-
Wumpus Revenge (made in Microsoft XNA)
This was a Microsoft XNA group project I did along with three classmates when I attended the University of Washington, Tacoma. Microsoft XNA is the programming language used to make Xbox 360 games. It is C# with additional libraries. Note that you will be required to install additional software on your PC in order for…
-
Javascript code for mortgage amortization table
The below source code is deployed on this post: https://ericsweeten.wordpress.com/wp-content/uploads/2022/07/amortization.html
-
Working with linked lists in C++ using iterators, push back, insert, remove, and erasing duplicates
Running Source Code main.cpp
-
Using classes, constructors, destructors, and pointers in C++
Running Source Code main.cpp
-
Example of methods, encapsulation, and constructor in C++
Running Source Code main.cpp square.h square.cpp
-
Getting command-line user inputs and dealing with stacks (push and pop) in C++
Running Source Code main.cpp subtract.h subtract.cpp
-
Making an array with a “starting index” other than 0 in C++
Running Source Code main.cpp lbarray.h
-
Using malloc and overriding operators with a simple polynomial sorter, all written in C++
Running Source Code
-
Example of inheritance in C++
Running Source Code main.cpp square.h
-
Simple Calculator with command-line GUI in C++
Running Source Code main.cpp display.h display.cpp value.h value.cpp