i have this small program that im using to test some things. i have a visual c++ at school but its like 5 years old or whatever and i got visuall c++ 2008 expess at home and i need to know how to get this program to get the vector from the user... i feel like a noob
#include "stdafx.h"
#include <iostream>
#include "apvector.h"
using namespace std;
int main()
{
apvector i;
cin.get();
return 0;
}