Thread
:
read integers from file into an array
View Single Post
Dec 4th, 2007, 5:41 PM
#
18
Ancient Dragon
PFO God In Training
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 550
Rep Power:
4
Re: read integers from file into an array
It need braces, like this
(
Toggle Plain Text
)
int myArray[100] = {0};
int myArray[100] = {0};
And delete line 12.
Ancient Dragon
View Public Profile
Find More Posts by Ancient Dragon