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!...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top