Topic: Help on new C++ standard


Author: remove.haberg@matematik.su.se (Hans Aberg)
Date: Wed, 25 Apr 2001 11:43:37 GMT
Raw View
In article <9c3duh$4q14@tid.tid.es>, "EdUarDo" <eyp@inad.es> wrote:
>Hello, I left to develop in C++ about 3 years, and I don't know about new
>features.
>I know that nowadays there are string, vector,    smart pointers?,    hash?,
>list, etc...
>Where can I find information about new C++?

Pick up the C++ standard from ANSI, the ANSI one that costs $18 (see the
C++ FAQ, whose address is at the bottom of all messages).

That plus discussions in the C++ newsgroups was all that I needed in order
to get working. The differences are not that bad: Use namespaces, write
"std::endl" (or put in "using std::endl" or "using namespace std" before
the "endl"), instead of "endl", some old classes like "sstream" are now
replaced by "stringstream", and so on.

  Hans Aberg      * Anti-spam: remove "remove." from email address.
                  * Email: Hans Aberg <remove.haberg@member.ams.org>
                  * Home Page: <http://www.matematik.su.se/~haberg/>
                  * AMS member listing: <http://www.ams.org/cml/>

---
[ 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.research.att.com/~austern/csc/faq.html                ]





Author: "James Kuyper Jr." <kuyper@wizard.net>
Date: Wed, 25 Apr 2001 12:26:05 GMT
Raw View
EdUarDo wrote:
>=20
> Hello, I left to develop in C++ about 3 years, and I don't know about n=
ew
> features.
> I know that nowadays there are string, vector, =BFsmart pointers?, =BFh=
ash?,

The only "smart" pointer in the standard is std::auto_ptr<>, and it
serves a very specialized purpose. Hash are not provided at all.
=20
> list, etc...
> Where can I find information about new C++?

It's not spectacularly new - it was approved in 1998.

...
> [ 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.research.att.com/~austern/csc/faq.html               =
 ]

You might try looking here ---^, or down below.

---
[ 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.research.att.com/~austern/csc/faq.html                ]





Author: Harvey Taylor <het@despam.pangea.ca>
Date: Thu, 26 Apr 2001 17:22:34 GMT
Raw View
In article <9c3duh$4q14@tid.tid.es>,
<eyp@inad.es> EdUarDo wrote:
>=20
> Hello, I left to develop in C++ about 3 years, and I don't know about n=
ew
> features.
> I know that nowadays there are string, vector, =BFsmart pointers?, =BFh=
ash?,
> list, etc...
> Where can I find information about new C++?
>

 When I first read the subject of this thread, I thought
 you were referring to the 'new new C++' not the 'old new C++'.  ;-))>
=20
 See:
 http://technetcast.ddj.com/tnc_play_stream.html?stream_id=3D560
 http://slashdot.org/article.pl?sid=3D01/04/23/2152226&mode=3Dthread

<fwiw>
-het=09


--=20
"Sacred cows make the best hamburger." -Abby Hoffman

Harvey Taylor  mailto:het@despam.pangea.ca  http://www.pangea.ca/~het
Note: Pangea has been bought by MTS & my address is changing as of=20
      May 1st to http://www.autobahn.mb.ca/~het/

---
[ 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.research.att.com/~austern/csc/faq.html                ]





Author: "EdUarDo" <eyp@inad.es>
Date: Tue, 24 Apr 2001 23:26:34 GMT
Raw View
Hello, I left to develop in C++ about 3 years, and I don't know about new
features.
I know that nowadays there are string, vector,    smart pointers?,    hash?,
list, etc...
Where can I find information about new C++?

Thank you.
--

Saludetes,

Eduardo Y      ez




---
[ 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.research.att.com/~austern/csc/faq.html                ]