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.