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 |
How is c++ used in the real world?
What is c++ best used for?
What is meant by reference variable in C++?
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
What can I use instead of namespace std?
What is an orthogonal base class in c++?
Explain "const" reference arguments in function?
string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring
What is stack unwinding?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Why do we use pointers in c++?
write a program that takes two numbers from user that prints the smallest number