Samuel,
Here are two small reference books that describe C++ and STL
Templates in a concise and usable manner. I like to always
have them available at my desk. They provide quick informative
answers to coding, syntax, and usage questions for C++ programmers.
These are nutshell handbooks.
---
Title: C++ Syntax and Fundamentals
C++ Pocket Reference
Author: Kyle Loudon
Publisher: O'Reilly Media Inc.
---
Title: Containers, Iterators, and Algorithms
STL Pocket Reference
Author: Ray Lischner
Publisher: O'Reilly Media Inc.
---
Another handbook I like is a brief compilation of relevant XML standards.
This provides general detail. When I need explicit detail, I refer to
the published recommendations at http://www.w3.org/tr/. The SOAP chapter
is pretty much deprecated.
---
Title: Essential XML Quick Reference
A Programmer's Reference to XML, XPath, XSLT, XML Schema, SOAP and
More
Authors: Aaron Skonnard and Martin Gudgin
Publisher: Addison-Wesley
---
Sincerely,
Steven J. Hathaway
Xalan Documentation Project
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]