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
Printable View
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
Operators, not functions ;)Quote:
new
delete
How about www.dinkumware.com? MSDN?
I just could not think of other function so I wrote operators.
I will check that site out - it look pretty usefull ;)
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.