What is wrong?
#include <iostream>
void main() {//if he insists on using void
char word[25][1000];
int d=0;
while (word[d]!="eof"|d<999) {
cout << "enter the word to sort or eof for terminate";
cin >> word[d];
d++;
}
}
|
Results 1 to 7 of 7
Thread: This won't compile for meThreaded View
|
Click Here to Expand Forum to Full Width |