Click here to send us email or ask for information
Lecture Outline
Exercises
Content

After completing this course, you will

Know the syntax of a C++ class

Write constructors and destructors

Be able to dynamically allocate and release memory using new and delete

Use inheritance to model real world relationships

Use iostreams class library to interact with

  • keyboard
  • screen
  • file system
  • devices
  • strings

Write and use templates

Write and use exceptions