Vector Tutorials

Started by
3 comments, last by Cor-Bob 19 years, 4 months ago
Sorry but the search on the forums is giving database errors again so i will just ask again. Does anyone know of any C++ vector tutorials? Preferably ones that use the std::vector class of the standard library. I have a feeling these will come in handy while I am working with SDL. Not sure where yet but I am sure they will find their use.
My JournalComputer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter. (Eric Raymond)"C makes it easy to shoot yourself in the foot. C++ makes itharder, but when you do, it blows away your whole leg."-- Bjarne Stroustrup
Advertisement
here is a tutorial on STL, including vectors.
- stormrunner
its not a tutorial but here is the vector class member funciton list

http://www.cppreference.com/cppvector.html

[smile] hope i helped
____________________________"This just in, 9 out of 10 americans agree that 1 out of 10 americans will disagree with the other 9"- Colin Mochrie
Thank you. I will keep looking as well I might find something a little more detailed. And I don't like how it talks about linked lists when i never used ever before. :S
My JournalComputer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter. (Eric Raymond)"C makes it easy to shoot yourself in the foot. C++ makes itharder, but when you do, it blows away your whole leg."-- Bjarne Stroustrup
http://www.sgi.com/tech/stl/

documents the entire stl including vectors, at least as far as i can tell.

This topic is closed to new replies.

Advertisement