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()
Is c++ slower than c?
How do you write a function that can reverse a linked-list in C++?
Are polymorphisms mutations?
What is the difference between a reference and a pointer?
How can you link a c++ program to c functions?
What are the defining traits of an object-oriented language?
Which one between if-else and switch is more efficient?
Define the process of error-handling in case of constructor failure?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Which programming language should I learn first?
What do nonglobal variables default to a) auto b) register c) static
Should a constructor be public or private?
What is an abstract class in C++
Explain what happens when a pointer is deleted twice?