T
tmartsum
I have been doing some (re)search on the VS-warning
warning C4996: 'strncpy' was declared deprecated
It seems to be a MS-way to force strncpy to become deprecated, but it
is not ISO-deprecated.
However MS wants this to be replaced with strncpy_s
1) Is it c++,TR1 or just MS standard (TR proposal) ?
2) gcc 4.1.1 does not seem to have strncpy_s - is that correct
(Or do I miss an include or something)
warning C4996: 'strncpy' was declared deprecated
It seems to be a MS-way to force strncpy to become deprecated, but it
is not ISO-deprecated.
However MS wants this to be replaced with strncpy_s
1) Is it c++,TR1 or just MS standard (TR proposal) ?
2) gcc 4.1.1 does not seem to have strncpy_s - is that correct
(Or do I miss an include or something)