Tuesday, March 16, 2010

Practical Examination tips

1. Use C++ only in OOP paradigm
2. All Graphics program must work in k/b mode as well as mouse interfacing mode
3. As far as possible try using function and operator overloading for all classes
4. << and >> needs to be overloaded for classes for input and output
5. Using formatted IO from iostream and iomanip is compulsory
6. Try other possible variation in problem statement

Start practicing now, so that you will be comfortable with all the c++ constructs.