Monday, June 1, 2009

OBJECTIVE ASPECTATION OF CSC 134

  • To demonstrate an understanding of the C++ compiler including watch windows, tracing, input/output windows, editing, and other compiler tools as well as understanding it's role in translating source code into executable code.
  • To demonstrate an understanding of the C++ programming language by programming projects.
  • To gain a working knowledge of the C++ control mechanisms, assignment statements and variable types.
  • To gain a working knowledge of a function, passing parameters and return values.
  • To gain a working knowledge of a C++ program (program flow).
  • To gain a working knowledge of iteration statements in a C++ program.
  • To gain an understanding of the concept of a class and member functions.
  • To gain an understanding of the concept of a reference.
  • To gain an understanding of the concept of a "pointer".
  • To introduce the student to the concept of "overloading".
  • To introduce the student to the concept of "inheritance".