Site hosted by Angelfire.com: Build your free website today!

Program Archive

Home

Programming

Information

Links

 











 
Welcome to my program archive. Every program that i add to this site will be put here along with source code, and the date added.

Programs:



5-21-01 Nim
This program simulates the classic game of Nim. It starts out with a random number of stones between 15 and 30 being generated. Then the user and computer take turns removing between 1 and 3 stones from the pile until someone removes the last stone. The person who removes the last stones loses.
Download: .exe | .exe | .txt

5-19-01 Calendar
This program asks the user for a day of the week, and a ending day, then it draws up a calendar.
Download: .exe | .cpp | .txt

5-19-01 Template
This is a very simple template that i use whenever i create a program. It makes navigating through my code much easier.
Download: .cpp | .txt