What is c++ stringstream?
What does extern mean in a function declaration in c++?
What is the difference between inline functions and macros?
Discussion on error handling of C++ .
How much is c++ certification?
What is static function and static class?
What is the difference between a template and a macro?
What is encapsulation in C++? Give an example.
0 Answers HAL, Honeywell, Zomato,
What are the steps in the development cycle?
Where do I find the current c or c++ standard documents?
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
In a class only declaration of the function is there but defintion is not there then what is that function?
daily Routine of father