Review Topics for Exam 1


  1. Using Visual C++ Two types of applications: Console based & MFC Appwizzard
  2. Making Dialog Boxes
  3. Buttons
  4. Edit Boxes
  5. member variables
  6. control variables
    Enabling and dissabling buttons and exit boxes
  7. CString data type
  8. Character arrays
    Cannot be added - "+" not allowed
  9. Converting integers to character arrays
    itoa(interger to convert,char array,base)
  10. Files
  11. Binary number representation of integers