STL (140)
OOPS (873)
C++ General (2409) In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
1140How the programmer of a class should decide whether to declare member function or a friend function?
1187We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
1154How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
1132
What can I use instead of namespace std?
Why do we use classes in c++?
How is c++ used in the real world?
Describe about storage allocation and scope of global, extern, static, local and register variables?
What is the best way to declare and define global variables?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is stl stack?
What is polymorphism and example?
What is auto used for in c++?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is multilevel inheritance explain with example?
What is type of 'this' pointer?
What does the ios::ate argument do?
what are function pointers?
What is fixed in c++?