Degrees
IS 213 C++ Programming Course Objectives
An IS 213 Student should be able:
- To use the C++ programming language to learn programming concepts.
- To enter, edit, save, compile, execute, and print C++ programs.
- To apply problem-solving skills in writing programs.
- To analyze a problem and learn how to plan and create well-structured programs. Comments are to be used in the programs to enhance understanding and readability.
- To write programs that use sequential, decision, and repetition structures.
- To create and manipulate sequential access files, structs, classes, and arrays.
- To understand error messages to aid in program debugging (error correcting). The student will be able to trace programs to assist in finding logic errors.
|