Topic: safe use of pointers
Topic: alias names
Topic: design pattern
Topic: exception handling by try..catch
| |
Reference
Dewhurst, S.C.,
C++ common knowledge: essential intermediate programming, Upper Saddle River, New Jersey, USA, Pearson Educational, 2005, SBN 0-321-37192-8.
Google
Quotations
13 ;;Quote: a reference is an alias (another name) for an object that already exists prior to the reference's initialization; no null reference, different than a pointer
| 106 ;;Quote: use a factory method to generate the appropriate object based on the exact type of another object
| 131 ;;Quote: exception safety -- exceptions are synchronous, it is safe to destroy, swap does not throw
|
Related Topics
Topic: safe use of pointers (102 items)
Topic: alias names (39 items)
Topic: design pattern (17 items)
Topic: exception handling by try..catch (53 items)
|