News

Hi,I find there is a slight inconvenience with the std::getline function in C++. Here is an ...
c++ question:cin.getline(x_ptr->var, size)Is there something wrong with this syntax? Specifically with the first argument? This line hangs in my program.EDIT: var is defined as "char var[size ...