What is the copy-and-swap idiom?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need constructors in c++?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
What are the effects after calling the delete this operator ?
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 the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What happens if a pointer is deleted twice?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
What is singleton pattern in c++?
Is c++ faster than c?
how to connect with oracle 9i with server in socket program in c/c++
Which operations are permitted on pointers?