If i have the following array char cat[500] that contains the following:
&&&&&&&Computer&&&&&&
How would I go about moving all but the '&' to a new array which would then looke like this:
Computer
??
I have tried tones of for loops, but can't get it right...


Reply With Quote