Connecting Tech Pros Worldwide Help | Site Map

new spec c++

  #1  
Old November 7th, 2005, 02:55 PM
Grahamo@nospam.com
Guest
 
Posts: n/a
Hi,

what's the status of the latest c++ specification, can anybody tell me.
Is it close to completion? Once completed, is it a race by compiler
vendors to implement it and put the "new ansi C++ standard compliant"
sticker on their product? Or are they too concerned with other
technologies to give c++ that much attention... 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.


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.

thanks much

G

  #2  
Old November 7th, 2005, 03:15 PM
Victor Bazarov
Guest
 
Posts: n/a

re: new spec c++


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

  #3  
Old November 7th, 2005, 03:35 PM
Erik Wikström
Guest
 
Posts: n/a

re: new spec c++


On 2005-11-07 15:48, Grahamo@nospam.com wrote:[color=blue]
> Hi,
>
> what's the status of the latest c++ specification, can anybody tell me.
> Is it close to completion? Once completed, is it a race by compiler
> vendors to implement it and put the "new ansi C++ standard compliant"
> sticker on their product? Or are they too concerned with other
> technologies to give c++ that much attention... 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]

The last thing I heard there were hopes of having the next version out
sometime around the end of the decade, but someone else might know better.

Erik Wikström
--
"I have always wished for my computer to be as easy to use as my
telephone; my wish has come true because I can no longer figure
out how to use my telephone" -- Bjarne Stroustrup
  #4  
Old November 7th, 2005, 03:35 PM
Grahamo@nospam.com
Guest
 
Posts: n/a

re: new spec c++


Thanks for the reply,
[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]

[color=blue][color=green]
>>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][/color]


You missed the point. Microsoft are far more deeply invested in C# than
they ever will be again in C++. Likewise Sun will always be more Java
than C++. C++ is not a "sexy" language these days.

As for Cindy, yes she is still sexy.

thanks for the reply.

G

  #5  
Old November 7th, 2005, 08:45 PM
Ian
Guest
 
Posts: n/a

re: new spec c++


Grahamo@nospam.com wrote:[color=blue]
> Thanks for the reply,
>
>[color=green]
>>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]
>
>
>[color=green][color=darkred]
>>>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][/color]
>
>
>
> You missed the point. Microsoft are far more deeply invested in C# than
> they ever will be again in C++. Likewise Sun will always be more Java
> than C++. C++ is not a "sexy" language these days.
>[/color]
I know for sure that one and probably both of the above are actively
involved with the C++ standards.

Ian
  #6  
Old November 7th, 2005, 08:45 PM
Ian
Guest
 
Posts: n/a

re: new spec c++


Grahamo@nospam.com wrote:[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 are abusing the term refactor here, what you describe is a redesign,
not a refactor.

Ian
  #7  
Old November 8th, 2005, 07:25 AM
ecky-l@web.de
Guest
 
Posts: n/a

re: new spec c++


> You missed the point. Microsoft are far more deeply invested in C# than[color=blue]
> they ever will be again in C++. Likewise Sun will always be more Java
> than C++. C++ is not a "sexy" language these days.[/color]

There will go at least 10 more years until the "reinventing-wheels"
strategy with this .net thing has more attendees and more know-how
developed than the classic languages. Until that, yo'll be more
productive with C++.
As for "sexy" - no programming language has to be "sexy", but useful
and reliable. If I want to have sexy things, I don't bother my computer
for a while ;-).


Eckhard

  #8  
Old November 8th, 2005, 09:25 AM
Grahamo@nospam.com
Guest
 
Posts: n/a

re: new spec c++


thanks Ian. Is replacing custom containers with STL containers a
refactor or a redesign issue?

G

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
?? 'new' and 'protected' Modifiers on Structs ?? Tom Baxter answers 13 November 1st, 2007 08:35 AM
SPEC CPU2006 announced John.L.Henning@gmail.com answers 64 August 31st, 2006 05:05 PM
SPEC CPU2006 announced John.L.Henning@gmail.com answers 61 August 31st, 2006 05:05 PM
*** New C# Language V2.0 Specification Now Available *** Eric Gunnerson [MS] answers 42 November 15th, 2005 02:28 PM