According to this http://stackoverflow.com/questions/65208...with-array and this http://forums.codeguru.com/showthread.php?t=406187
this
is illegal.
Actually I've heard from other people that just using an auto_ptr is bad practice...
this
Code:
std::auto_ptr<char> ConvertedData(new char[ ExpectedSize ]);
Actually I've heard from other people that just using an auto_ptr is bad practice...