Re: "STL from the Ground Up"



I'd recommend forgetting C++ and moving on to any of the vastly better
languages now available...

Such as? F#? Ocaml?

The ones I fancy at the moment are D, Ruby and Haskell.

But C++, even with some its baggage, is still one to watch.
Things like the STL which I consider groundbreaking and a success, have had
an impact on other languages.
And in C++0x, the next standard, some of the omissions in the STL will be
added, there will be faster containers, hash containers (part of TR1),
smart pointers, static asserts, better memory model suited for
multithreading. It is very interesting stuff. There are lot of very bright
people adding peer-reviewed libraries to Boost some of which have made it
into TR1 and will be in the next standard.

Stephen Howe


.



Relevant Pages