C Plus Plus Miscellaneous - Study Mode
[#496] What is vtable in C++?
Correct Answer
(A) Lookup table to resolve function calls in dynamic manners
[#497] What is vptr?
Correct Answer
(A) A hidden pointer in a class that points to a virtual table of that class
[#498] What do associate containers implement?
Correct Answer
(B) Associative arrays
[#499] vptr is . . . . . . . .
Correct Answer
(A) a real pointer
[#500] What is linear_congruential_engine?
Correct Answer
(B) Pseudo-random number engine that generates random unsigned integers