Input using getlineI did it because I needed to use atof() and I didn't know how to use it with a string. My other prob...
Input using getlineI am sorry for not being a little more specific in my original post. The first getline() that is sto...
Input using getlinehttp://www.cplusplus.com/reference/string/getline/ istream& getline ( istream& is, string& str ); Th...
Input using getlineint main (int argc, const char * argv[]) { int numberOfAtoms = 0; ifstream in; ch...
passing a 2 dimensional array to and from a functionI am trying to pass a 2 dimensional array of Stacks to a function. I created the class Stack and the...