strcpy, strcat, ... deprecated?

  • Thread starter Thread starter DR
  • Start date Start date
DR said:
why are those functions marked as deprecated in Vc++2005? what should be
used instead?

Funny, BSTR contains most of the support to avoid buffer overflows. Instead,
the C++ / C default is a zero terminated string which is infamous of being
interceptive for those overflows!...
 
Back
Top