CSIS 3100


COURSE DESCRIPTION: A continuation of programming principles begun in CSIS 1302 with emphasis on object oriented methods and data modeling. Topics include files and important data structures such as trees.


HANDOUTS

How to Write Software in 4 easy steps
How to Make a Project
Dos Commands

NEW The Spiral or Evolutionary softare design method.


PROGRAMMING ASSIGNMENTS
  1. ASSIGNMENT 1 STACK
  2. ASSIGNMENT 2 QUEUE
  3. ASSIGNMENT 3 FILE classes
  4. ASSIGNMENT 4 Grades, files, menu
  5. ASSIGNMENT 5 student records
    NOTE!All future assignments should be emailed to me, with the code as attachments. Each file in your project should be a separate attachement.
  6. ASSIGNMENT 6 fixed-length records with .read and .write
  7. ASSIGNMENT 7 overloading of functions and operators
  8. ASSIGNMENT 8 overloading with friend functions and this
  9. ASSIGNMENT 9 inheritance base and derived classes
  10. ASSIGNMENT 10 virtual functions and polymorphism
  11. ASSIGNMENT 11 templates

TEST STUDY NOTES/TOPIC LIST