Reputation: 31
I'm making a little multiplayer retro game in QBASIC (QB64). I need to send some integers from one player to the other. Does anyone know how I can do it and who can maybe give me the source code?
Upvotes: 0
Views: 344
Reputation: 1165
Another link to swap tcp/ip data:
http://www.qb64.org/wiki/OPENHOST
might work.
Upvotes: -1
Reputation: 59
Exchanging data via tcp/ip with QB64: http://www.qb64.org/wiki/Inter-Program_Data_Sharing_Demo
Upvotes: 2