Apr 27, 2024  
2009-2010 Official General Catalog 
    
2009-2010 Official General Catalog [Archived Catalog]

CST 150W - C++ Programming with Objects


This course assumes a complete understanding, and prior experience with High-Level Language programming concepts.  The course quickly presents the C++ syntax quickly moving on to more advanced topics.  Topics covered will include: C++ overview, variables, constants, program control, I/O, functions, preprocessors, arrays, structures, pointers, classes, and object-oriented programming, inheritance, overloading.

Prerequisite- Corequisite
Prerequisite:  CST 133 Structured Programming in C++.

Credits: 3
Hours
2 Class Hours, 2 Laboratory Hours
Course Profile
Learning Outcomes of the Course:

Upon successful completion of this course the student will be able to:

1.  State, verbally and in written documentation, seven core debugging techniques.
2.  List and demonstrate structured programming techniques.
3.  List and demonstrate ten core concepts for objects.
4.  Use memory management techniques in program development.
5.  State, verbally and in written documentation, eight core construct/destructor methods.
6.  List and demonstrate inheritance for objects.
7.  List and demonstrate use of base and derived classes for programs.