hii
Qt Code:
struct Stcp { int a; float b; char [50]; } Stcp sendTcp;To copy to clipboard, switch view to plain text mode
I want to send whole sendTcp from server to client.
Pls help...
hii
Qt Code:
struct Stcp { int a; float b; char [50]; } Stcp sendTcp;To copy to clipboard, switch view to plain text mode
I want to send whole sendTcp from server to client.
Pls help...
Last edited by jpn; 18th December 2008 at 14:09. Reason: missing [code] tags
Bookmarks