Search:

Type: Posts; User: rcgldr

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    936

    What I meant was that STL is C++ template source...

    What I meant was that STL is C++ template source code, instead of prototypes to functions in a library. So if you use a template function from the STL, the code for that template function is getting...
  2. Replies
    6
    Views
    936

    Note that the STL is actual code (as opposed to...

    Note that the STL is actual code (as opposed to headers) that is included with your code. This is how the templates can handle type specific objects with what is otherwise generic code.
Results 1 to 2 of 2