Multiple Choice
To use shared_ptrs in your program you must include the header file.
A) smart_ptr.hpp
B) shared_ptr.hpp
C) shared.hpp
D) shared_ptr.h
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: The Random library provides:<br>A) pseudo-random number generators<br>B)
Q8: The unordered associative containers use a to
Q9: A declaration allows you to test certain
Q10: Which of the following will not be
Q11: A copy of an auto_ptr:<br>A) shares the
Q13: Regex_replace returns an):<br>A)bool<br>B)string<br>C)smatch<br>D)void
Q14: Which of the following is not a
Q15: The library in TR1 is based on
Q16: To replace only the first match to
Q17: The regular expression "A{5,}" matches:<br>A) less than