Hi,<P>I find there is a slight inconvenience with the std::getline function in C++. Here is an example:<P>-----<BR>#include <iostream><BR>using std::cin;<BR>using std ...
hey guys.. im trying to write a program for a class of mine. what it does is actually read a text file one line at a time using getline function. im about 98% done except that it chokes on the last ...