Speaker's Cpp and TI-BASIC, and QBasic page
Cpp Directory
Home
TI-BASIC Directory
TI-StudyCard Stacks
Cpp Directory
QBasic Directory

All of my C++ programs

All Programs (except Self-Write) were made using Microsoft Visual C++, version 6.0

Minor editing may be required.

Self-Write

click here to download file

Creates simple, ready-to-compile C++ programs from IPO (Input/Processing/Output) instructions. Submitted as my final project for my ninth grade Foundations of Programming class. Re-edited in 2006 to compile using the Dev-C++ compiler

Standard <> Metric Conversions

click here to download file

Converts Metric to English measurements and vice versa.

High Low

click here to download file

A guessing game with two modes of play: Practice and Game

AL'S Treetop Tavern

click here to download file

Run and manage a bar. I recently fixed a few glitches and added code that allows the user to save their game.

Factor Finder

click here to download file

Prototype program that finds the posetive factors of any positive integer. In addition, this program saves your list of factors to a handy data file. Again, it's a work in progress.

Get Test

click here to download file

A utilitity that gets the value of each keystroke (for instance, ENTER = 13).  It will repeat until the ENTER key is pressed.

Move

click here to download file

A demonstration of basic animation.  Displays a selected item.