Results 1 to 5 of 5

Thread: Is there any way to have F1-Help for standar C++ ?

  1. #1
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Is there any way to have F1-Help for standar C++ ?

    I would want to have help on c++ comands, (pressing F1) is it possible ?
    Thanks

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Is there any way to have F1-Help for standar C++ ?

    "c++ commands" is a bit vague. You could mean a C++ language reference, C++ standard library/STL reference, or a compiler reference.

    Is it possible? Sure. Does it exist? Something for specifically Qt... never seen it. CPP Reference publish a Windows compiled help archive of their site. Feel free to write the help in any format you like. If you use Qt Assistant's markup then you can easily plug it into the Qt help system. You may even be able to use the site HTML as the starting point.

  3. #3
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Is there any way to have F1-Help for standar C++ ?

    But... Dont you think that QT would must provide this ?
    Thank you very much.

  4. #4
    Join Date
    Sep 2010
    Location
    Portugal
    Posts
    6
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60

    Default Re: Is there any way to have F1-Help for standar C++ ?

    As our mate said, QT is open source, so, fell freee to go ahead it would be helpfull anyway, at least for a offline development.

    O guess that everyone that coded qt didnt thougth it would, cause most of the time, there is "THE QT WAY" to do the same. avoid c++ and you can avoid some errors

    don't know if what you means if the c++ statement for the functions, for that you can use:

    cplusplus.com

    pragsoft.com (free available c++ book)

  5. #5
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Is there any way to have F1-Help for standar C++ ?

    We do not avoid C++, we promote good C++. After all Qt is and requires C++.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.