Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Datastream Qt c++
Qt 6.11 is out! See what's new in the release blog

Datastream Qt c++

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 350 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    azhagans2
    wrote on last edited by
    #1

    iam sending structure pointers of four members through socket in the server side , but i received only 3 members at the client side through DataStream , the last one received as 0 (int member), what shall i do to receivce the variables properly

    jsulmJ 1 Reply Last reply
    0
    • A azhagans2

      iam sending structure pointers of four members through socket in the server side , but i received only 3 members at the client side through DataStream , the last one received as 0 (int member), what shall i do to receivce the variables properly

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @azhagans2 Please show your code for sending and receiving.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • SGaistS SGaist moved this topic from Qt in Education on
      • C Offline
        C Offline
        ChrisW67
        wrote on last edited by
        #3

        @azhagans2 ... and perhaps explain how pointers from a client will be useful on a server (or vice versa).

        JonBJ 1 Reply Last reply
        2
        • C ChrisW67

          @azhagans2 ... and perhaps explain how pointers from a client will be useful on a server (or vice versa).

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by
          #4

          @ChrisW67 Presumably only whether they are 0 or not :)

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved