STL (140)
OOPS (873)
C++ General (2409)
What is diamond problem in c++?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
Please explain class & object in c++?
What is the fastest c++ compiler?
Why interface is used?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
Write a function to find the nth item from the end of a linked list in a single pass.
How can a C function be called in a C++ program?
How the programmer of a class should decide whether to declare member function or a friend function?
Can I create my own functions in c++?
Does c++ have string data type?
Differentiate between an external iterator and an internal iterator?
Can you write a function similar to printf()?
Explain the difference between method overriding and method overloading in C++?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort