I am trying to read the entire .txt file into a char array. But, having some problems, suggestions, please =]
ifstream infile; infile.open("file.txt"); char getdata[10000] while (!infile.eof()){ infile.getline(getdata,sizeof(infile));
c ++ arrays char ifstream
nubme
source share