Tcp Server-Client Problem

Hi all,

I have a question, In my project i have a c# application sending data as server , and there is a c++ application receiving data from that server. It was working properly, but theese days when i try to receive data, it comes like this

[normal data]☺`♠&↨°

after normal data some symbols come that not enable to understand.

Can you help me ? Thanks..
Last edited on
Seeing your source code would be handy. Lacking that we can only guess as to your problem. But my first guess would be that you're simply forgetting to append the terminator character at the end of your string, or you are using an output method that doesn't take a terminator and you are outputting more data then you are actually receiving. These are the most common oversights I see anyway.
Topic archived. No new replies allowed.