Answer Posted / guest
auto_ptr also takes care of auto-initializatio and
exception safety.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Does there exist any other function which can be used to convert an integer or a float to a string?
What is data binding in c++?
What is setf in c++?
Should I learn c or c++ or c#?
How do you decide which integer type to use?
Do we have to use initialization list in spite of the assignment in constructors?
What is static class data?
How do pointers work?
What is a volatile variable in c++?
What is operator overloading in c++ example?
What do the header files usually contains?
How can you quickly find the number of elements stored in a dynamic array?
What does ios :: app do in c++?
What is a character in c++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?