Thread
:
C++ Code and Arrays
View Single Post
09-05-2006, 10:47 PM
#
2
(
permalink
)
jaeusm
Software Developer
Join Date: Mar 2006
Location: Columbus, OH
Posts: 569
Vectors are dynamic arrays in C++, and are part of the standard template library. Just include the <vector> header file.
jaeusm
View Public Profile
Send a private message to jaeusm
Find More Posts by jaeusm