Those of you familiar with writing scientific applications will probably agree that your first choice in languages for core algorithms will fall somewhere around Fortran, C or C++. Notice that Java is ...
I'm having some wierd issues with sockets.<BR><BR>I open the socket and stuff, and then write my string:<BR><pre>write(mySocket, myString, strlen(myString));</pre><BR ...
Hey everybody, I'm trying to hook a Sockets client into an ACE server. Right now all I really need is a proof on concept, but I can't manage to get it to work. If anybody has any suggestions/input, ...