On Mon, 07 Nov 2005 06:48:03 -0800,
Grahamo@nospam.com wrote:[color=blue]
> what's the status of the latest c++ specification, can anybody tell me.[/color]
Take a look at
http://www.comeaucomputing.com/iso/ , it contains a good
summary.
[color=blue]
> Is it close to completion?[/color]
See "What's the C++ committee up to" on that page.
[color=blue]
> Once completed, is it a race by compiler
> vendors to implement it and put the "new ansi C++ standard compliant"
> sticker on their product?[/color]
Not likely. By that time usually they have all pretty much caught up to
it already. Except for some, who are pretty much caught up in their own
"business". You, know, software vending as usual.
[color=blue]
> Or are they too concerned with other
> technologies to give c++ that much attention...[/color]
Some are, some aren't.
[color=blue]
> given the advances made
> by Java and C#. (I say that because I get the impression that certain
> vendors are investing heavily in other technologies while leaving the
> other "unsexy" (C++) technologies behind) . i.e. C# and such like.[/color]
Now, you're just trolling. Calling C++ unsexy is like saying that Cindy
Crawford is ugly [because she's been around for some time now].
[color=blue]
> The reason I ask is that a large piece of code needs to be refactored
> (major refactor) and I'm trying to see if it's worth availing of the
> new c++ standard implementation (i.e. wait for it) or whether that's
> going to be a while before it's available.[/color]
You say "refactored". In what direction? What is the purpose of that
refactoring? Shouldn't _that_ drive your decision instead of what's sexy
and what's not?
V