Originally posted by spoude
One more question , how can I find out if a function is stardard or not?
Some stuff you can look up in MSDN ( msdn.microsoft.com ) and under compatibility is will say ANSI. Anything with underscores in front of it are probably NOT ANSI standard. Any function that uses an ANSI standard header, is ansi. Like everything in stdlib for example. someone probably has a better answer though.