STL (140)
OOPS (873)
C++ General (2409) You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
1161Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
972What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
1180
How would you call C functions from C++ and vice versa?
Which is the best c++ compiler?
How to reverse a string in C++
Explain the difference between new() and malloc() in c++?
What are the data types in oop?
What are the vectors in c++?
What is set in c++?
What is class in oop with example?
What is a type library?
How do you define a class in c++?
What is flag in computer?
What is code reusability in c++?
Why do we need templates?
What is the function to call to turn an ascii string into a long?
Will c++ be replaced?