What is istream c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is overloading unary operator?
What are friend classes? What are advantages of using friend classes?
What is an undefined behavior and sequence points
Explain the volatile and mutable keywords.
How can a struct in c++ differs from a struct in c?
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
is throwing exception from a constructor not a good practice ?
Write my own zero-argument manipulator that should work same as hex?
What is buffer and example?
What is the cout in c++?
iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?
Write a program to find the reverse Fibonacci series starting from N.