Understand the history of programming languages.
Become familiar with the basics of C++.
Learn to read from the keyboard and files, and write to the screen and files
Use control structures to alter the sequential flow of execution
Use predefined and user-defined functions.
Understand the user-defined simple data type (enumeration type), the namespace mechanism of ANSI/ISO Standard C++, and strings (both string data type and C-String).
Explore arrays (one- and two-dimensional) and records
Apply simple searching and sorting algorithms.
Use pointers to manipulate arrays and to implement dynamic memory allocation.
Apply problem-solving strategies to analyze, design, implement, document, and test a software application
|