Steve Love
Posts: 20
Nickname: essennell
Registered: Sep, 2004
|
|
Re: I'm blown away
|
Posted: Oct 7, 2004 11:38 PM
|
|
> that this is still the state of discourse in C++. > > Frozen in time for something like 10 years.
Well folks have been working hard in that time for a "new release" of the standard, which seems likely to contain a decent - and useful - collection of pointer wrappers, including counting ones.
If the language had been moving at the rate it was pre 1997, would you have preferred it?
> Still no > standard reference counting pointer implementation? > Auto_ptr is weird and error prone and this level of > f fiddling is just madness.
Ah well, auto_ptr has its uses though. Less wierd I reckon than strtok. And less error prone ;-) > Providing optional GC would be a big win.
I'm still bemused by the amount of people who think automatic GC is some kind of silver bullet (I'm not suggesting you are one of them). I write in C# and C++ a lot, and I prefer C++'s deterministic destruction. For one thing, it makes exceptions much easier to think about.
Steve
|
|