December 22nd, 2012 07:01 PM
Hello everyone!
I'm making a NIO TCP/IP server for my game and i'd love to know how to read a specified amount of data from the stream without removing the rest(Like typical IO, eg....
December 15th, 2012 12:55 PM
Hello! I'm making a multiclient server in java and and the moment it just echoes back what gets sent to it.
My problem is that when my worker thread(ProtocolWorker, parses packets and sends data)...
March 22nd, 2012 06:59 PM
Kind of selfspam but
char formattedParent[256] = "";
//char *formattedParent = new char[strlen(parent)+2];
ZeroMemory(formattedParent, strlen(parent)+2);
cout << "Select1\n";...
March 22nd, 2012 06:45 PM
I think it is related to Ini::Select because when i comment it out i can get the size() but after Ini::Select() string::size wont work! Been trying to solve this for hours now and still no solution. ...
March 22nd, 2012 05:35 PM
Hello! As the title says when i run my code the program crashes if not running in it through Microsoft Visual C++.
When i try to run the file normally(double-click) it prints my debugmessages up...