|
|
 |
CS-182 - Objectives Coverage
Winter Quarter 1999-2000
Electrical Engineering and Computer Science Department
Dr. Christopher C. Taylor
CC-27C, 277-7339

www.msoe.edu/~taylor/
This course provides an introduction to software development using
an object-oriented approach and the C++ programming language.
Particular emphasis is placed on the design process and the reuse of
existing software components, which are critical to the development
of large software systems.
(prereq: CS-100 or a high school programming course; coreq: MA-127 or
equivalent) (3-3-4)
Goals
- Understand and apply basic high-level programming language syntax.
- Be able to design and implement small C++ programs.
- Understand and be able to apply the Standard Template Library (STL)
vector and list classes.
- Understand and be able to apply selection and iteration in C++
programs.
- Understand and be able to apply C++ functions.
- Understand basic aspects of the object model.
- Be able to use existing C++ class libraries.
This page was last updated on December 6, 1999; send comments to Dr. Christopher C. Taylor
|