Thursday, January 7, 2010

Object Oriented Programming With C++

Unit - V

Managing console I/O operations:

Introduction - C++ streams - C++ stream classes - Unformatted I/O operations - Formatted console I/O operators - Managing output with manipulators.

Working with files:

Introduction - Classes for file stream operations - opening and closing a file - detecting end-of-file - more about open() file modes - file pointers and their manipulations - sequential input and output operations .

Updating a file:

Random access - error handling during file operators - command line arguments.

Templates:

Introduction - class templates - class templates with multiple parameters - functions templates - function templates with multiple parameters - overloading of template exception - member function templates.

Exception handling:

Introduction - basic of exception handling mechanism - re-throwing an exception - specifying exceptions.

No comments:

Post a Comment