From: Markus Trenkwalder <[EMAIL PROTECTED]>
>>
>>> There are still some warnings about using "deprecated" functions, e.g.:
>>>
>>> warning C4996: strcpy was declared deprecated
>>
>> So MS is deprecating ANSCI C??
> yes :-)
>>

Actually, I suspect they want you to use strncpy instead as part of
their 'security initiative'. It's probably a good idea to use strncpy
anyway.

But it's really hard to take MS seriously when they refuse to
support/conform to C99 and exclude things like snprintf. (Yeah, I know
they have _snprintf, but what a joke.  And there's a bunch of useful
stuff in C99 that you can't do at all with VS.)

-Eric
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to