User profile: eamorris

User info
User name:eamorris
History
Joined:
Number of posts:3
Latest posts:

Searching a string in a file and converting string to int
[code] #include <iostream> #include <fstream> #include <string> #include <cstdlib> using namespace s...

Searching a string in a file and converting string to int
I actually used atoi instead and set score1 = atoi("s1") and score2 = atoi("s3") just before the whi...

Searching a string in a file and converting string to int
I'm taking my first c++ class currently and have some issues with a searching files. I currently hav...