/* vim: set ft=cpp tw=80 sw=4 et : */
/**
\page References References
\section ReferencesBooks Books
\anchor AppCrypt
AppCrypt: Applied Cryptography Second Edition / Bruce
Schneier / Wiley / ISBN 0-471-11709-9
\anchor EffCpp
EffCpp: Effective C++ Third Edition / Scott Meyers /
Addison-Wesley / ISBN 0-321-33487-6
\anchor EffSTL
EffSTL: Effective STL / Scott Meyers / Addison-Wesley / ISBN
0-201-74962-9
\anchor GoF
GoF: Design Patterns: Elements of Reusable Object-Oriented
Software / Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides /
Addison-Wesley / ISBN 0-201-63361-2
\anchor MCppD
MCppD: Modern C++ Design: Generic Programming and Design
Patterns Applied / Andrei Alexandrescu / Addison-Wesley / ISBN 0-201-70431-5
\anchor TaoCP2
TaoCP2: The Art of Computer Programming, Volume 2:
Seminumerical Algorithms, Third Edition / Donald E. Knuth / Addison-Wesley /
ISBN 0-201-89684-2
\anchor TCppSL
TCppSL: The C++ Standard Library / Nicolai M. Josuttis /
Addison-Wesley / ISBN 0-201-37926-0
\anchor TCppSLE
TCppSLE: The C++ Standard Library Extensions / Pete Becker /
Addison-Wesley / ISBN 0-321-41299-0
\anchor TCppPL
TCppPL: The C++ Programming Language Third Edition / Bjarne
Stroustrup / Addison-Wesley / ISBN 0-201-88954-4
*/