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
Answer Posted / vijay
Yeah send me the materials....to vijayraju11@yahoo.com
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between while and do while loop?
Explain what data encapsulation is in c++?
What is linked list in c++?
write a programme to get a character and thier ASCII value
Implement stack operations with pointers with appropriate exception checks.
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Why struct is used in c++?
Differentiate between an inspector and a mutator ?
What is a flag in c++?
What do you mean by stack unwinding in c++?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Which is better c++ or java?
Which is the best c++ compiler?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?