View Single Post
Old Dec 4th, 2007, 5:41 PM   #18
Ancient Dragon
PFO God In Training
 
Ancient Dragon's Avatar
 
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 550
Rep Power: 4 Ancient Dragon is on a distinguished road
Re: read integers from file into an array

It need braces, like this
int myArray[100] = {0};

And delete line 12.
Ancient Dragon is offline   Reply With Quote