STL tutorials or concrete examples?

Started by
3 comments, last by Floating 21 years, 2 months ago
Hi, Is there an online tutorial about how to use the STL library? I have the documentation about STL, but this is sometimes too scripting to understand or not concret enough. Say I want to copy a vector into another one? should I use std::copy? What arguments with? Isn''t there a member function for that? I have many of these questions (about maps, hash containers, search functions) Is there an easy to read online resource explaining everything with easy words and concret examples? Thanks
Advertisement
"Effective STL" by Scott Meyers is a decent book to start with.
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara
Thanks
I''ll see if I have enough money Any online book maybe?
try google. serach for "STL+tutorials". You get loads of responses.
http://codeguru.earthweb.com/cpp/stlguide/stl_index_cat.shtml

-fel
~ The opinions stated by this individual are the opinions of this individual and not the opinions of her company, any organization she might be part of, her parrot, or anyone else. ~

This topic is closed to new replies.

Advertisement