Just joined this forum last night. Found it by way of the STL tutorial elsewhere on this site:

The STL Vector Class

I happen to be just getting my feet wet when it comes to dynamic arrays. All my programming involves arrays of numerical data, usually type double, and generally includes 1D and 2D arrays, nothing with more dimensions. Learning these concepts is proving to be quite tricky; finding a decent tutorial is proving to be much more difficult than I thought.

Does anybody here know where I can find a decent tutorial, with source code snippets, that teaches a person how to use <vector> to create 1D and 2D arrays? The programs I plan to write will be quite large, and the arrays will be passed in and out of sub-routines frequently.

Thanks.


David