CS 153 Data Structures I
Programming Assignment #1

Due: 8/24/2000 - during your assigned Demonstration Lab time

you will not receive a recorded grade on this assignment - it's for practice
you are to create this assignment DURING your lab time (or course it's OK to practice ahead of time)
This programming assignment is designed to: In order to meet these goals you must
  1. Create a new project
  2. Create a dialog window
  3. Delete the text and the cancel button
  4. Put a 'GO' button on the window which executes a function OnButtonGo()
  5. Assign an appropriate ID and caption to the button
  6. put an int EditBox on the window
  7. Assign an appropriate ID to the edit box
  8. DO NOT create a function for the edit box
  9. Use the class wizard to add an integer variable for use by the edit box
Program Functionality