User profile: chris6565

User info
User name:chris6565
History
Joined:
Number of posts:5
Latest posts:

Input using getline
I 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 getline
I am sorry for not being a little more specific in my original post. The first getline() that is sto...

Input using getline
http://www.cplusplus.com/reference/string/getline/ istream& getline ( istream& is, string& str ); Th...

Input using getline
int main (int argc, const char * argv[]) { int numberOfAtoms = 0; ifstream in; ch...

passing a 2 dimensional array to and from a function
I am trying to pass a 2 dimensional array of Stacks to a function. I created the class Stack and the...