On Tue, Apr 21, 2009 at 1:01 AM, Christopher Coale <[email protected]> wrote: > God gave us pointers (and C++ gave us "new" and > "delete") for a reason - let's use them. :)
And the compiler developers gave us profiling tools - perhaps we should be using them first rather than resorting to premature optimisation and guestimating? And, incidentally, if you're considering using pointers, I do hope you're planning on using the pointer wrappers, not the raw pointers themselves, and not abandoning them in favour of more premature optimisation. -- PJH http://shabbleland.myminicity.com/ind http://www.chavgangs.com/register.php?referer=9375
