Thread: need clean reference for boost

  1. #1
    Registered User
    Join Date
    Jul 2007
    Posts
    88

    need clean reference for boost

    This http://www.boost.org/libs/filesystem/doc/index.htm is very unclear and much to read. The only way to find out the commands is to look at the examples.

    I would like some reference more like this http://www.cppreference.com/cppstring/index.html. Is there an boost reference in a similar style?

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    Did you look at the Reference link (on the right side at the top of the page)? That appears to be what you want.

  3. #3
    Registered User
    Join Date
    Jul 2007
    Posts
    88
    You mean this page http://www.boost.org/libs/filesystem..._proposal.html ?

    Well, them are talking there a lot about adding boost to stl and so. This is not a real reference.

  4. #4
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    Did you look at the whole thing? It has a list of the classes, all the functions in their interfaces, and what the parameters and return values mean.

    Start here (on the page you linked to) and keep scrolling down:

    http://www.boost.org/libs/filesystem...ystem-synopsis

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. Undefined Reference Compiling Error
    By AlakaAlaki in forum C++ Programming
    Replies: 1
    Last Post: 06-27-2008, 11:45 AM
  3. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  4. C OpenGL Compiler Error?
    By Matt3000 in forum C Programming
    Replies: 12
    Last Post: 07-07-2006, 04:42 PM
  5. c++ linking problem for x11
    By kron in forum Linux Programming
    Replies: 1
    Last Post: 11-19-2004, 10:18 AM