User: Kurokami

  • Public profile

User profile: Kurokami

User info
User name:Kurokami
History
Joined:
Number of posts:6
Latest posts:

Can't getline from a file?
Thanks for the response! The assistant I was working with tested it by // out the other stream so it...

Can't getline from a file?
I could really use some assistance. I tried talking to a tutor, a TA and e-mailing the teacher(hasn'...

Error, request for member is of non-class type?
[code]while(!input.eof()){ input.get(search, 100, '\n'); if(search.find(keyword) != string::npos){ ...

Char array[?]
Apparently we're not supposed to use constants either. I haven't used memcpy, auto or memmove before...

Char array[?]
I did try strcat. I guess I'm just having trouble repeatedly reading into the same array for each w...

This user does not accept Private Messages