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 ...
Ok, here's the code that's presenting the problem: <BR><pre class="ip-ubbcode-code-pre"> void PromptUser(char* prompt, char* buffer, int size)<BR>{<BR> cout << prompt ...