Chapter 23: Boost Libraries, Technical Report 1 and C++0x
- fig23_02.cpp - Regular expressions
checking birthdays.
- fig23_04.cpp - Validating user input
with regular expressions.
- fig23_05.cpp - regex_replace() and
regex_token_iterator
- 23.6.1 shared_ptr
- Book.h
- Book.cpp
- fig23_08.cpp
- L.10 typedef shared_ptr<Book> BookPtr;
- L.22 "true" when it is unnecessary to exchange
- L.35 bookPtr.use_count()
- 23.6.2 weak_ptr
- fig23_15.cpp - Lambda Function