Forum: Java Oct 12th, 2009 |
| Replies: 3 Views: 319 Thanx very much for so quick reply. Now I decided to make one msg, in which I'll memcpy structure of double values for c++ client and in the same message after I attached values for java client with... |
Forum: Java Oct 10th, 2009 |
| Replies: 3 Views: 319 Hi,
I have some problems aka how to bring value of type double (or even array of double values) through socket from C++ server to Java applet client.
I tried two possibilities. For example:
... |
Forum: C++ Jul 27th, 2009 |
| Replies: 3 Views: 25,780 Hello,
I tried to use that code, written by FireNet and mr Anderson. Actually I am studiying socket networking for a while now. I allredy wrote a working default (blocking) server and client.
... |