Site hosted by Angelfire.com: Build your free website today!
The Programs listed here are ones that I have created for either my programing class, or just for fun. The ones listed as assignments are class work (these aren't very exciting), otherwise, it's mine. They are available for download in the form of a text file (the code is the only thing you can see), a C++ source file (if you want to add something of your own), and an executable file (the result of the compilation of the program)

Poker: I started writing this in class one day, we were going over seeding random variables, and decided to pick a ramdom number from 1 to 52. I continued this and took it home and worked some more on it. I found creating graphic cards very difficult. There used to be a problem on the .EXE file that would kick you out, I worked a little on that; now you have to input a character and press enter (pressing enter alone doesn't work...*yet*)

Poker.txt | Poker.cpp | Poker.exe



Assignment #1: This was the first assignment that we were given in my programing class, it was typed by the teacher and I can't remember what we were supposed to do with it, but here it is. The Program prompts you for some information about what kind of stuff you like then uses the inputed information to create a password (first two characters of your favorite food + tens digit of your weight + 0 (zero) + last two digits of your favorite drink).

Assignment #1.txt | Assignment #1.cpp | Assignment #1.exe



Assignment #2: In the second assignment in my programing class we had to calculate the amout of boxes needed to ship candy. It calculates the cheapest way to send them, for instance, if the amount of candy packages would fit into a smaller, cheaper box, use the smaller and cheaper one.

Assignment #2.txt | Assignment #2.cpp | Assignment #2.exe



Assignment 3: The purpose of this program is it determine how much a person needs to pay after parking in an airport parking lot. There are different rates for the long term and short term parking.

Assignment #3.txt | Assignment #3.cpp | Assignment #3.exe