reading material is provided
3 books for c++
if u need more do let me know
thnx
i hve lots of material do let me know if u want it
Answers were Sorted based on User's Feedback
Answer / vijay
Yeah send me the materials....to vijayraju11@yahoo.com
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / shahzad
sure frnd plz send it to me m waiting for kind response
thnx
| Is This Answer Correct ? | 0 Yes | 2 No |
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;
What is a conversion constructor?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What is buffer and example?
Differentiate between late binding and early binding. What are the advantages of early binding?
WHAT IS THE ABREVATION OF FORTRAN?
Write a recursive program to calculate factorial in c++.
What is a tuple c++?
What is virtual methods?
What are vtable and vptr?