Basic chatroom logic error.Ahh, replacing the first; [code] cin >> strChat; [/code]with [code] cin.getline (strChat, 512);...
Basic chatroom logic error.[code] #include <winsock2.h> #include <iostream> using namespace std; /* * This is o...
Basic chatroom logic error.[code] #include "ChatClient.h" #include <iostream> using namespace std; /* * Something t...
Basic chatroom logic error.I could post the code of the client, with or without the comments. But, I don't know where I(or my t...
Basic chatroom logic error.I apologies in advanced if I use incorrect terms. I have just started teaching myself C++ and my ...
This user does not accept Private Messages