Saylor.org's C++ Programming/Dealing with Data and Compound Types

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Upon successful completion of this unit, students will be able to:

  • List the operators in C++ language.
  • Define and use arrays, struct, unions, and enumerations.
  • Use pointers.
  • Use the functions of string class.