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?
1072How the programmer of a class should decide whether to declare member function or a friend function?
1127We 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?
1086How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
1089
What is the problem with multiple inheritance?
Is it possible to write a c++ template to check for a function's existence?
what are Access specifiers in C++ class? What are the types?
Write a program in C++ for Fibonacci series
Explain the difference between using macro and inline functions?
What is different in C++, compare with unix?
What is the purpose of ios::basefield in the following statement?
Explain the difference between static and dynamic binding of functions?
C++ Public access specifier instead of Private – What is bad ?
What is pointer to array in c++?
Why do we use the using declaration?
What operator is used to access a struct through a pointer a) >> b) -> c) *
Differences between private, protected and public and give examples.
What do you mean by overloading?
Why do we use classes in programming?