|
Re: Overview of the New C++ (C++0x)
|
Posted: Apr 16, 2010 11:59 AM
|
|
> 36 posts, near zero information about the class and only > slightly more about the new C++. What is this, Slashdot?
This seems a reasonable observation.
FWIW, I am a purchaser of the presentation materials for personal use (for about $30) and have reviewed most of the package. I report the following. a) For my money, it was money well spent and worth every penny, with much useful information. b) It is a set of presentation slides, annotated, not a book. It therefore suffers somewhat from not having the prose that the presenter would speak. Since it doesn't appear that it's yet time for Scott to write another book, I see this as a pretty good way to get an idea of what we're in for when the greater bulk of features are widely supported in mainstream compilers. c) Far as I can tell from the list of features so far supported in GCC 4.x, we won't see full support in the mainstream compilers in a wild hurry. The makeover of the Standard is HUGE; I am in awe.
Fortunately (from my point of view), I won't be compelled to use every new feature. :-) Seriously, I see as a possible downside some confusion about newly-accepted syntax, since some developers may be anxious to use the same, while others will see their new work and have to delve into the new Standard (or some reference) to understand what they're looking at.
I **will** be looking for some work from Scott (in due course) showing how to use these new capabilities Effectively. Myself, I have a bias against using language features unless I can see how they buy me something I want; call me conservative.
|
|