Results 1 to 5 of 5

Thread: passing structure from tcpserver to client

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2008
    Posts
    84
    Thanks
    28
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default passing structure from tcpserver to client

    hii

    Qt Code:
    1. struct Stcp
    2. {
    3. int a;
    4. float b;
    5. char [50];
    6. }
    7.  
    8. 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.