Thread: Function parameters

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    142

    Function parameters

    Is ther an easy lookup for function parameters? for me one of the hardest things is getting to know a function and how it fits into what you might want to create, is there an easy to understand resource for this? it would help alot.

    Sorry i forgot to add it is for windows.h functions, but i also want one for c and c++ functions.
    Last edited by wart101; 11-21-2006 at 01:25 AM.
    WhAtHA hell Is GoInG ON

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    http://www.cppreference.com/ has a more or less comprehensive reference to C and C++ standard libraries.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    Registered User
    Join Date
    Sep 2005
    Posts
    142

    Smile

    Quote Originally Posted by Mario F.
    http://www.cppreference.com/ has a more or less comprehensive reference to C and C++ standard libraries.
    cool thanks, still wrapping my head around this stuff , have to read it like ten times
    WhAtHA hell Is GoInG ON

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 05-13-2011, 08:28 AM
  2. function with variable number of parameters
    By mikahell in forum C++ Programming
    Replies: 3
    Last Post: 07-23-2006, 03:35 PM
  3. Change this program so it uses function??
    By stormfront in forum C Programming
    Replies: 8
    Last Post: 11-01-2005, 08:55 AM
  4. C++ compilation issues
    By Rupan in forum C++ Programming
    Replies: 1
    Last Post: 08-22-2005, 05:45 AM
  5. Replies: 5
    Last Post: 02-08-2003, 07:42 PM