Advertisement

Vectors

Started by November 25, 2000 12:39 PM
0 comments, last by urza527 24 years, 1 month ago
Does anyone know where I can get some info on vectors. I have two beginner C++ books, but they''re small and don''t have anything on vectors. I can''t find any sites with them either. I have a small source code that I downloaded which uses vectors, and it has #include "apvector.h" at the top. Is this a header file that they wrote, or what? Thanks in advance.
apvector is not a standard header. It''s something they wrote.

-Mike

This topic is closed to new replies.

Advertisement