Thread: Commands and Functions ?

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    2

    Cool Commands and Functions ?

    Does anyone know where I can find a list of commands and functions for C++? Specifically in the resource?

    Are these commands different in DEV C++ as opposed to Visual C++?

  2. #2
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    for keywords your manual might help, if it does not assume you know the language already. buy a good book and it will help you alot. i recommend C: The Complete Reference by Herbert Schildt. as for functions, perhaps a complete library reference would help, or maybe if your compiler comes bundled with it's own editor [like my copy of bc45 does] it has a help with has all of the library functions organized in helpful topics.
    hasafraggin shizigishin oppashigger...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Unkown Hang
    By Bladactania in forum C Programming
    Replies: 31
    Last Post: 04-22-2009, 09:33 AM
  2. Overloaded Functions
    By quinn.snyder in forum C++ Programming
    Replies: 5
    Last Post: 10-06-2007, 11:25 PM
  3. Reg pointers to functions
    By sowmi in forum C Programming
    Replies: 1
    Last Post: 06-22-2007, 12:08 AM
  4. Calling functions via variable
    By SoundFX in forum C++ Programming
    Replies: 3
    Last Post: 08-30-2005, 10:26 PM
  5. Statements and Functions
    By GeekFreak in forum C++ Programming
    Replies: 5
    Last Post: 08-15-2002, 12:34 PM