[gameprogrammer] Re: stl container

SC++L is what I've seen it abbreviated as (Standard C++ Library). You
are right stdlib would be associated with C, especially because of the
stdlib.h.

On 30/08/2007, Alan Wolfe <alan.wolfe@xxxxxxxxx> wrote:
> STL == stdlib?  That totally goes against what i know (or think??)
>
> STL = standard template library not C++ standard library (unless i am
> very very very misled!).
>
> STL lets you do lists, vectors, maps, and other abstract data types
> without having to code your own.
>
> stdlib on the other hand gives you access to abs, atoi, malloc, rand, etc.

---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: