News

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 ...
c++ question:<BR><BR>cin.getline(x_ptr->var, size)<BR><BR>Is there something wrong with this syntax? Specifically with the first argument? This line hangs in my program.<BR><BR><BR>EDIT: var is ...