EXERCISES
  1. Write a program to create a sub-matrix from a given matrix.
  2. Write a program to find the determinant of a given matrix.
  3. Write a program to solve simultaneous equations using Gauss method of triangularization.
  4. Write a program to crate and use a doubly linked list.
  5. Using class stack, write a program to convert an expression (string) in infix notation to one in postfix notation.
  6. Design a class for text window with a title bar.
  7. Design a destructor which frees memory in case of dynamically created objects.
  8. Assume suitable data such that two batsmen have scored equal total runs in a season of 10 matches. Using standard deviation decide which player is most consistent in batting.
  9. In programs 21.7 hdfc1.cpp and 21.8 hdfc2.cpp, the variable ...

Get Object Oriented Programming with C++, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.