hello i just to know how to define an array...
when using a variable...
for example...
cin >> numb;
int an_array[numb]
when i try it...it tells me
cannot allocate an array of constant size 0
and
unknown size
...
so could you please tell me how do it ???