Problems with "getline" functionA friend helped me figure out what was wrong. getline() always stores input as a string, so the err...
Problems with "getline" functionI'm taking my first C++ class, and so far the instructor has only taught us to use the "cin <<" meth...