Ryan C. Clausing
Email Me
Email Me
Home
Philosophy
Senior Capstone Project
Other School Projects
Personal Projects
Resume
 
 G-Bay (Perl, JavaScript, and HTML):
Source Code:
bid.pl
history.pl
 
 
Summary:
This was an auction website done for my Programming Languages class. It uses Perl, JavaScript, and HTML. Working on this project gave me a deep understanding of developing web applications in Perl.
 

 
 Connect Four (MS Visual C++):
Source Code:
CPlayerView.cpp
CPlayerView.h
CPlaysView.cpp
CPlaysView.h
MainFrm.cpp
MainFrm.h
resource.h
SdiSquares.cpp
SdiSquares.h
SdiSquares.rc
SquaresDoc.cpp
SquaresDoc.h
SquaresView.cpp
SquaresView.h

Executable:
SdiSquares.exe
 
Summary:
The point of this program was to use a multiview window to create a Connect Four game. One view was to show the "board", one to show the current player, and one to show the moves made by the players. Creating this program helped me learn MFC in a more in-depth manner.
 

 
 Mouse Capture (ASM):
Source Code:
mousecap.asm

Executable:
mousecap.exe
 
Summary:
This program was to capture clicks from the mouse and draw the spots where the mouse was clicked. It was a great learning experience because I did more than the assignment called for by adding features such as copy/cut/past options. This program does not work properly in Windows NT.