Exam 23: Boost Libraries, Technical Report 1 and C0x

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A program using Boost.Regex must include the header file.

Free
(Multiple Choice)
5.0/5
(28)
Correct Answer:
Verified

B

C++0x will be

Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
Verified

D

When the last shared_ptr to a resource is destroyed, all weak_ptrs to that resource .

Free
(Multiple Choice)
4.8/5
(32)
Correct Answer:
Verified

B

Use the weak_ptr member function to create a shared_ptr to the resource ob?served by the weak_ptr.

(Multiple Choice)
4.9/5
(40)

The dot character .) matches:

(Multiple Choice)
4.8/5
(36)

An auto_ptr can manage any:

(Multiple Choice)
4.7/5
(36)

The Random library provides:

(Multiple Choice)
4.7/5
(36)

The unordered associative containers use a to determine where in the container to place the value.

(Multiple Choice)
4.8/5
(39)

A declaration allows you to test certain aspects of a program at compile time.

(Multiple Choice)
4.9/5
(41)

Which of the following will not be included in C++0x?

(Multiple Choice)
4.8/5
(30)

A copy of an auto_ptr:

(Multiple Choice)
4.7/5
(30)

To use shared_ptrs in your program you must include the header file.

(Multiple Choice)
4.7/5
(41)

Regex_replace returns an):

(Multiple Choice)
4.9/5
(41)

Which of the following is not a member function or operation of shared_ptr.

(Multiple Choice)
4.9/5
(34)

The library in TR1 is based on a Boost library.

(Multiple Choice)
4.8/5
(42)

To replace only the first match to a regular expression, you must pass as an ar?gument to regex_replace.

(Multiple Choice)
4.9/5
(43)

The regular expression "A{5,}" matches:

(Multiple Choice)
4.8/5
(30)

The "^" and "$" characters represent:

(Multiple Choice)
4.8/5
(39)

The regular expression "[^0-9]+:\s\d{2,}" matches:

(Multiple Choice)
4.9/5
(28)

Regular expressions are used in:

(Multiple Choice)
5.0/5
(29)
Showing 1 - 20 of 21
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)