Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

genuinely havin a wank rn

Name: Anonymous 2018-01-28 5:28

.

Name: Anonymous 2018-01-30 10:21

cool

Name: Anonymous 2018-03-06 16:25

list<string> readWordFile(char * filename) {
list<string> wordList;
ifstream wordFile (filename, ios: : in);
if (wordFile = = NULL) {
cout << "File open failed. \n";
return wordList;
}
char currentWord[30];
while (wordFile >> currentWord) {
if (strchr(currentWord, '\ '') ==0) {
string temp(currentWord);
wordList.push_back(temp);
}
}
return wordList;
}

Don't change these.
Name: Email:
Entire Thread Thread List