Re: c++ STL
Carl Forsman wrote:
does those C++ container class in STL are kind of similar to Java
language's java.util container classes?
c++ programmer will use following datat structure as Java programmer
uses java.util? which are core functions for the language?
Why don't you get a decent book on C++ and learn it for itself, not for
what is "similar to Java" in it?
There are no "core functions for the language". The core language does
not include any functions. Those come from the Standard library (what
you probably know as "STL"). The Standard library is not too large, it
mostly includes the C Standard library and a bunch of other mechanisms,
like functions and binders, memory, algorithms (sorting and searching,
etc.), locales, containers (of which you apparently heard), strings,
numerics, and I/O. I am sure I've missed something, no big deal.
There are books written about C++ language and its library. If you're
up to it, we can recommend you some, I am sure.
[..]
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask