Thread: C++ linux help like the Borland one

  1. #1
    Registered User
    Join Date
    May 2003
    Posts
    1

    C++ linux help like the Borland one

    Does anyone know a help like the Borland one for linux? Can be in html.. plain text.. it doesn't matter. I just want to find help quickly.

  2. #2
    Registered User
    Join Date
    May 2003
    Posts
    19
    KDE's KDevelop has reference documentation for C and C++ library functions, IIRC.

  3. #3
    Registered User zdude's Avatar
    Join Date
    Sep 2002
    Posts
    32
    In any console type 'man functionname'

    For example to get info on the atoi function type

    "man atoi"


    It'll work with any libraries as well, though they usually have HTML documentation online as well.
    Those who live by the sword get shot by those who don't.

    I can C.

    Compiler: gcc

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thinking of upgrading to linux...
    By Yarin in forum General Discussions
    Replies: 37
    Last Post: 07-24-2009, 11:40 AM
  2. Wireless Network Linux & C Testbed
    By james457 in forum Networking/Device Communication
    Replies: 3
    Last Post: 06-11-2009, 11:03 AM
  3. Dabbling with Linux.
    By Hunter2 in forum Tech Board
    Replies: 21
    Last Post: 04-21-2005, 04:17 PM
  4. installing linux for the first time
    By Micko in forum Tech Board
    Replies: 9
    Last Post: 12-06-2004, 05:15 AM