Thread: Dev-c++

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    75

    Dev-c++

    Where can I get documentation about what do the functions in the header files Dev-C++ has do???

    It has lots of header files but I havent any clue what functions it has or what they do.

    IM LOST!!
    ---Programming is like roaming, you never know where you'll end at------

    If 'here' is pronounced as 'hear', why 'there' isnt pronounced as 'dear'??

    [email protected]

  2. #2
    Registered User
    Join Date
    Feb 2002
    Posts
    14
    If you know the header file names, open them up, look for the functions and check the description that's with them. If they don't have a description or you don't understand search for the function or header file on google.com.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Mmm, I find it hard to believe that an IDE has no manual pages

    Just put the cursor inside a standard function name - say strcmp - and press F1

    It's the usual way these GUI things work

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New to Dev C++/<windows.h>...
    By Cilius in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2005, 01:05 AM
  2. Glut and Dev C++, Programs not Quitting?
    By Zeusbwr in forum Game Programming
    Replies: 13
    Last Post: 11-29-2004, 08:43 PM
  3. openGL programming - From MSVC++ to Dev C++
    By WDT in forum Game Programming
    Replies: 3
    Last Post: 03-08-2004, 08:47 PM
  4. openGL programming - From MSVC++ to Dev C++
    By WDT in forum Game Programming
    Replies: 1
    Last Post: 03-08-2004, 05:19 PM
  5. DEV C++ Limitations?
    By Kirdra in forum Game Programming
    Replies: 3
    Last Post: 09-09-2002, 09:40 PM