STL (140)
OOPS (873)
C++ General (2409)
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Which is better struts or spring?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Are vectors passed by reference c++?
In C++ what is a vtable and how does it work?
Differentiate between C and C++.
How new/delete differs from malloc()/free?
Comment on assignment operator in c++.
What is object in c++ example?
What is abstraction example?
What are libraries in c++?
What is a virtual function in C++?
Which is better c++ or java?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
Explain the register storage classes in c++.