Ok, i have a little problem.
I have a 128 sized character array

chararray[128]

and im trying to have the user input stored in the array
cin >> chararray;

but it gives me an illegal operation when the user hits enter.

Now, i havent learned pointers yet but im traying to make a constant array that dosent resize, but only stores values.

This is a basic exercise im trying to work on just to see if it works. Can anyone help me out?

Thanks