Andrej Vujic
Andrej Vujic

Reputation: 31

How can I send variables over the internet on QBasic?

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

Answers (2)

eoredson
eoredson

Reputation: 1165

Another link to swap tcp/ip data:

http://www.qb64.org/wiki/OPENHOST

might work.

Upvotes: -1

Exchanging data via tcp/ip with QB64: http://www.qb64.org/wiki/Inter-Program_Data_Sharing_Demo

Upvotes: 2

Related Questions