News

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 ...