i know i learned it somewhere, but its been a while since i used it... how do you make an user given array size... i mean...
int b;
cout<<"Input the array size: ";
cin>>b;
int array[b];
i know this is not hte way of doing it... but just so you get the idea of what i need to do...