
1 Jul
2005
1 Jul
'05
11:02 p.m.
Cory Nelson wrote:
The deprecated functions/methods I've seen all take buffers as arguments but not their sizes.
That's one reason I'm puzzled by the deprecation of istream::read and streambuf::sgetn, which take buffer size parameters.
I dont think defining _CRT_SECURE_NO_DEPRECATE in a header is acceptable.
I agree. Jonathan