C++ documentation...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Computer Whizz

    #1

    C++ documentation...

    Hi all...

    I was wondering if there was a single file which contains all the C++
    functions, procedures, etc...
    Think the HTML file for PHP. You can download a single file, which lists how
    to use the syntax and provides the functions, parameters and even a little
    example too.

    Is there ANYTHING like this for C++ at all (and the "default" .h files which
    accompany most compilers).
    I've had a look about, but can't find anything too helpful yet. I'm guessing
    if there's anyone like me out there this is invaluable and would be the
    first thing done... I will continue searching but if anyone has
    tips/suggestions please holler them out!

    Thanks.

    --
    =========
    Comp Whizz
    =========


  • John Harrison

    #2
    Re: C++ documentation.. .


    "Computer Whizz" <old486whizz@ho tmail.com> wrote in message
    news:ckah6e$dn5 $1@newsg2.svr.p ol.co.uk...[color=blue]
    > Hi all...
    >
    > I was wondering if there was a single file which contains all the C++
    > functions, procedures, etc...
    > Think the HTML file for PHP. You can download a single file, which lists
    > how to use the syntax and provides the functions, parameters and even a
    > little example too.
    >
    > Is there ANYTHING like this for C++ at all (and the "default" .h files
    > which accompany most compilers).
    > I've had a look about, but can't find anything too helpful yet. I'm
    > guessing if there's anyone like me out there this is invaluable and would
    > be the first thing done... I will continue searching but if anyone has
    > tips/suggestions please holler them out!
    >[/color]



    john


    Comment

    • Alex Vinokur

      #3
      Re: C++ documentation.. .

      > Computer Whizzwrote:
      Hi all...[color=blue]
      >
      > I was wondering if there was a single file which contains all the[/color]
      C++[color=blue]
      > functions, procedures, etc...
      > Think the HTML file for PHP. You can download a single file, which[/color]
      lists how[color=blue]
      > to use the syntax and provides the functions, parameters and even a[/color]
      little[color=blue]
      > example too.
      >
      > Is there ANYTHING like this for C++ at all (and the "default" .h[/color]
      files which[color=blue]
      > accompany most compilers).
      > I've had a look about, but can't find anything too helpful yet. I'm[/color]
      guessing[color=blue]
      > if there's anyone like me out there this is invaluable and would be[/color]
      the[color=blue]
      > first thing done... I will continue searching but if anyone has
      > tips/suggestions please holler them out!
      >
      > Thanks.
      >
      > --
      > =========
      > Comp Whizz
      > =========
      >[/color]

      Rogue Wave web site.
      Standard C++ Library Module Reference Guide
      Perforce, a software company, offers a wide range of enterprise DevOps solution across the software development lifecycle.

      *-----------------------*
      Posted at:

      *-----------------------*

      Comment

      • Alexandre B

        #4
        Re: C++ documentation.. .

        Computer Whizz wrote:
        [color=blue]
        > Hi all...
        >
        > [snip]
        >
        > Thanks.
        >[/color]
        although it's not a 'one-file' doc, it can still helps you a lot :




        --
        Alexandre

        Comment

        • Computer Whizz

          #5
          Re: C++ documentation.. .


          "Alexandre B" <alexandreb@c pm-fr.com> wrote in message
          news:416e9c98$0 $27917$626a14ce @news.free.fr.. .[color=blue]
          > Computer Whizz wrote:
          >[color=green]
          >> Hi all...
          >>
          >> [snip]
          >>
          >> Thanks.
          >>[/color]
          > although it's not a 'one-file' doc, it can still helps you a lot :
          >
          > http://www.fredosaurus.com/notes-cpp/
          > http://www.cppreference.com/
          >
          > --
          > Alexandre[/color]

          Haven't looked at the second site yet - but the first is really
          interesting - thanks.
          I wish they took these and put them so you could print them out or something
          (I may do that page by page...).

          Does anyone recommend a book other than accelerated C++? I've ordered it (I
          don't think it'll give me too much help as I'm an experimental learner
          rather than a "read & learn"-er.

          Thanks for those sites again (from others too!).

          --
          =========
          Comp Whizz
          =========
          (The C++ beginner)


          Comment

          Working...