View Single Post
Old 05-14-2003, 08:59 AM   #1 (permalink)
zergmuncher
Registered User
 
zergmuncher's Avatar
 
Join Date: May 2003
Location: CA
Posts: 12
zergmuncher is on a distinguished road
Send a message via AIM to zergmuncher
vector of vectors

I'm making a program which is a guitar chord calculator, to do this, I need to make a vector of vectors, (we use a class called apvector, so don't get like...confused). How do I declare this? Right now, I have:

apvector<apvector<int> jerry(5)> harry(5);

and it won't work. Any idea? if it's my apvector include file, where can I get the vector include file...and how do I call the function (IE cout<< harry[3].jerry[2] or something like that? Ok, it's the end of the period, I have to go.
zergmuncher is offline   Reply With Quote