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 intI 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 intI'm taking my first c++ class currently and have some issues with a searching files. I currently hav...