OT: c++ reference documentations

Ask a Question related to Debian, Design and Development.

  1. #1

    Default OT: c++ reference documentations

    Hi

    I've just picked up a c++ book and started to learn (I only have experience in
    perl). I was wondering if there are info/man pages (or any other electronic
    documentation) that I can use as a reference (at least for the standard
    library). if I want for example to find the syntax of "string.rfind..." I
    have to go back to the book. I've tried the libstdc++ html docs, but I
    coudn't find a syntax reference there, also I couldn't find a complete set of
    man/info pages to show that (there are some man pages but not to all
    functions).

    am I missing something?

    Bye
    --
    Haim Ashkenazi

    NS Systems

    "Unix IS user friendly... It's just selective about who its friends are." -
    Tollef Fog Heen (Debian mailing list).


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Haim Ashkenazi Guest

  2. Similar Questions and Discussions

    1. Why is reference.vb hierarchally linked to reference.map?
      Hello. When generating a webservice proxy i notice that reference.vb is heirarchally linked to reference.map. Why is this since if i delete...
    2. why i can't add web reference
      I create a web service and a asp.net application. Both work well. but i can't add a web reference to the web service in my asp.net application. I...
    3. NetApp 810 Documentations
      Hello, I am looking for any online documentations or info on NetApp 810 Filers( install guide, admin guide,...). Pleae let me know if you are...
    4. #25419 [NEW]: Call-time pass-by-reference has been deprecated but without it it's impossible to pass a object-reference via call_user_function
      From: roland at inkoeln dot com Operating system: Linux PHP version: 4.3.3 PHP Bug Type: Variables related Bug description: ...
    5. Returning a reference to an existing C++ object as a reference
      Hi All, Given: package x; sub new { return bless {}, $_; } #-- callback() is call by the C++ class (reader_as_cpp_object) #-- whenever...
  3. #2

    Default Re: OT: c++ reference documentations

    Haim Ashkenazi <haim@ns-systems.com> writes:
    > Hi
    >
    > I've just picked up a c++ book and started to learn (I only have experience in
    > perl). I was wondering if there are info/man pages (or any other electronic
    > documentation) that I can use as a reference (at least for the standard
    > library). if I want for example to find the syntax of "string.rfind..." I
    > have to go back to the book. I've tried the libstdc++ html docs, but I
    > coudn't find a syntax reference there, also I couldn't find a complete set of
    > man/info pages to show that (there are some man pages but not to all
    > functions).
    [url]http://www.sgi.com/tech/stl/[/url]

    [url]http://www.ncits.org/cplusplus.htm[/url]

    --
    Felix Natter
    I love secs... for programming


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Felix Natter Guest

  4. #3

    Default Re: OT: c++ reference documentations - THANX

    thanx for the help, now I can really start working :).

    Bye
    --
    Haim


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Haim Ashkenazi Guest

  5. #4

    Default Re: OT: c++ reference documentations

    On Mon, 04 Aug 2003 20:30:15 +0200, Felix Natter wrote:
    > Haim Ashkenazi <haim@ns-systems.com> writes:
    [looking for C++ Standard Library docs]
    > [url]http://www.sgi.com/tech/stl/[/url]
    Copyright says it's from 1994. That says about all. It only covers STL (no
    strings!), nothing else. And even that info is outdated.
    > [url]http://www.ncits.org/cplusplus.htm[/url]
    Might be a bit dry...


    I'm using Dinkumware's reference mostly. That is, I'm abusing the free
    preview version:

    [url]http://www.dinkumware.com/refxcpp.html[/url]

    Also, there's the Debian package "stl-manual", which seems to be a more
    recent edition of SGI's docs. I don't have any first-hand experience with
    it, but it looks good.

    --
    Best Regards, | Hi! I'm a .signature virus. Copy me into
    Sebastian | your ~/.signature to help me spread!


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Sebastian Kapfer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139