Topic: new standard


Author: "Augusto KhaoticMind da Silva" <mkhaos7@gmail.com>
Date: Tue, 6 Dec 2005 21:36:29 CST
Raw View
I think this link can give point you in some good directions:
http://aristeia.com/EC3E/TR1_info_frames.html

in special the last article, "The New C++ Not-So-Standard Library",
sounds very interesting, i'm reading it right now.

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html                       ]





Author: petebecker@acm.org (Pete Becker)
Date: Wed, 7 Dec 2005 15:44:33 GMT
Raw View
Augusto KhaoticMind da Silva wrote:
> I think this link can give point you in some good directions:
> http://aristeia.com/EC3E/TR1_info_frames.html
>
> in special the last article, "The New C++ Not-So-Standard Library",
> sounds very interesting, i'm reading it right now.
>

As the title suggests, though, the stuff in TR1 isn't part of the C++
Standard. Most of it will probably become part of the standard in the
future, but that's on a case by case basis.

For links to additional columns on TR1, see
www.petebecker.com/newlib.html. Note that that original link and all the
links on my page go to the CUJ website; these columns are only available
to registered (and paid) users.

--

Pete Becker
Dinkumware, Ltd. (http://www.dinkumware.com)

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html                       ]





Author: "vish" <vishakha@gmail.com>
Date: Wed, 7 Dec 2005 09:44:22 CST
Raw View
The october 2005 draft is available at the ISO C++ std site -
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1905.pdf

-Vish

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html                       ]





Author: GrahamJWalsh@gmail.com
Date: Thu, 10 Nov 2005 08:57:51 CST
Raw View
Hi,

I'm trying to get a feel for the state of affairs with the new
standards being set for C++. I'm interested in summary overviews of
whats new, changed and removed etc. Without all the bits and bolts for
the moment, I really don't need to delve into any detail now. I just
need info like, feature X is included and heres an overview of X.  The
following article from Herb sutter is great however it's from way back
in 2002 so a lot has invariably changed.

http://www.cuj.com/documents/s=7984/cujcexp2004sutter/


Does anybody know where I can find a more up to date overview of the
new features that have been defined and are to be implemented by
"compliant" vendors? The above URL is exactly what I want but more up
to date.

I need this type of info so we can plan a code refactor. i.e. remove
custom threading/concurrency classes with standardised  ones, remove
legacy containers with standard ones etc. I'd like to be able to
determine when our vendor is going to implement/ship various new
functionality.


thanks and have a nice day.

G

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html                       ]