|  |  | Warp wrote:
>   Sure, there's no garbage collection and you can write out of string
> boundaries.
You can always override the new and delete operators for a class so that 
garbage collection becomes unnecessary, and while you *can* write out of 
a string boundary in C++, it's not a problem in a well-designed class 
(or in well-designed client code).
Regards,
John
 Post a reply to this message
 |  |