Re: c++ documentation

From: Last2Know (grokkalot_at_yahoo.com)
Date: 05/12/05

  • Next message: Alvin: "Re: c++ documentation"
    Date: Thu, 12 May 2005 13:27:14 -0500
    
    

    On Thu, 12 May 2005 11:59:42 +0100, Gav wrote:

    > I have just started coding in c++ again on my Mandrake 10.1 box, last time I
    > did any c++ was over 10 years ago so I'm a little rusty at the moment. Can
    > anybody suggest a good web resource for me to use? I'm mainly after a syntax
    > documentation.

    The C++ language and libraries are so big and complicated, that one can't
    get by with a single compact reference. I'll mention some sources that
    are good in various (mildly overlapping) categories:

    1. Beginning Language Learning:

    Scott Meyers: Effective C++, More Effective C++

    2. FAQs:
    http://www.research.att.com/~bs/bs_faq2.html
    http://www.parashift.com/c++-faq-lite/

    3. Advanced Language Learning:

    Bjarne Stroustrup: The C++ Programming Language

    4. Standard Library Learning:

    Nicolai Josuttis: The C++ Standard Library: A Tutorial and Refernce

    5. Standard Library Reference:

    http://www.dinkum.com/libraries_ref.html

    One of the FAQs above mentions the following books as good for examples:

    6. Examples

     Koenig and Moo, Accelerated C++
     Musser and Saini, STL Tutorial and Reference Guide,

    I haven't read those and I'm not sure about the merits of getting this
    from a book vs. downloaded code, but I agree that seeing examples is
    important.


  • Next message: Alvin: "Re: c++ documentation"

    Relevant Pages

    • Re: K&R2 Still good?
      ... FD> Point is that it's not the "hyped enough language of the ... FD> of quite a few portable libraries and "modern" use of C.... ... Programming_ *remain* the best books on the modern usage of their ...
      (comp.lang.c)
    • Re: Reverse engineering != piracy (was Re: RosAsm disassembler output vs. IDA Pro)
      ... but you cannot write a pgm without some reference to the ... You cannot copyright ideas, only their concrete expression. ... because the `c` language itself is more-or-less ... books ...
      (alt.lang.asm)
    • Re: How people look up C++
      ... > language such as Java, i'm used to Java's online class library reference ... > to get as a look up book for the standard libraries? ... A Tutorial and Reference" by Nicolai Josuttis. ...
      (comp.lang.cpp)
    • Re: How people look up C++
      ... >> language such as Java, i'm used to Java's online class library ... >> to get as a look up book for the standard libraries? ... You can also purchase a copy of their reference. ...
      (comp.lang.cpp)
    • Re: The one problem that I have with C...
      ... >I have a couple of good C books, but they are geared to teaching the ... >book that is not geared to learning the language, ... Appendix A contains a reference description of the language ... Dan Pop ...
      (comp.lang.c)