[LC++]global variable problem fixed, but doc-question

Jack Lloyd lloyd at acm.jhu.edu
Thu May 22 03:57:01 UTC 2003


On Wed, 21 May 2003, Julien Claassen wrote:

>   Does anyone know of such a fine documentation for c++?

It's not exactly introductory material, but I've found that having a copy
of the standard can be really helpful at times. Obviously it's next to
useless for learning how to use the library, but the nice thing is that it
specifies *exactly* how the library should act, including pre and post
conditions, etc. It's especially nice when something doesn't act as you
expect, and you're unsure if it's a library bug or if it's your fault.

-Jack





More information about the tuxCPProgramming mailing list