Search:

Type: Posts; User: SoupOrJuice

Search: Search took 0.01 seconds.

  1. ret is a local variable within a function called...

    ret is a local variable within a function called ReceiveLine, it should be getting destroyed at the end of that method (when it is returned). What happens is, the second time that function is called,...
  2. Socket receives the same data twice (C++)

    I'm working on creating a maze game, where two players connect (one acts as host, the other the player). In this, I'm sending XML data as a string using the send() function. (I'm also using a...
Results 1 to 2 of 2