0 Bjarne Stroustrop is the creator of C++ and his home page contains loads of materials for C++. 02br 02br 00Here is the link : [url="05000"]C++ Resources[/url] 0230hrefhttp://www.research.att.com/~bs/C++.html
0 Praveen_msp, what do you need to know about this program? The program is correct and it will run without any error. 02br 02br 00Sample Output: 02br 02br 00Enter two integers; 20 10 02br 0020+10=30 02br 02br 00Please specify your exact problem with this code. 0-
0 Oh Praveen, I'm not able to get you. 02br 02br 00Firstly, why did you post this program here? 02br 00Secondly, to whom are you thanking (by referring to 'sir')? 02br 00Lastly, what kind of help do you want with that piece of code? 0-
0 Dear Praveen, 02br 02br 00Pure virtual functions are used to create Abstract classes - class in which objects can't be created and act as only a 'prototype', which is used as a base class. 02br 02br 00Another main use of PVF is to 'force' the derived class to define its own function definition. The pure virtual function can have statements too!, in which