Results 1 to 4 of 4

Thread: standard C functions

  1. #1

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827

    standard C functions

    I want to learn some C function to use them in window programming. Do you know of any good C or C++ refrence? Here are some functions that I am talking about:

    stlen
    new
    delete
    memset
    Baaaaaaaaah

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    new
    delete
    Operators, not functions

    How about www.dinkumware.com? MSDN?
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    I just could not think of other function so I wrote operators.

    I will check that site out - it look pretty usefull
    Baaaaaaaaah

  4. #4
    Megatron
    Guest
    You could look in the header file, e.g: stdlib.h, then if you want reference on that, look up that particular function in MSDN.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width