View Single Post
Old 09-05-2006, 10:47 PM   #2 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

Vectors are dynamic arrays in C++, and are part of the standard template library. Just include the <vector> header file.
jaeusm is offline