P
Pete Becker
David said:The irony is killing me. Microsoft lecturing others about buffer overruns.
Besides, that still doesn't make it deprecated.
Nor does it make it undesirable. When I use fixed size buffers I design
my code so that overruns won't occur. I suppose if you have a bunch of
badly designed code you might want to use these things to retrofit some
additional checking, but that will usually be the wrong approach.