QB64 Phoenix Edition
Books about qb64 network programming - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: Chatting and Socializing (https://qb64phoenix.com/forum/forumdisplay.php?fid=11)
+--- Forum: General Discussion (https://qb64phoenix.com/forum/forumdisplay.php?fid=2)
+--- Thread: Books about qb64 network programming (/showthread.php?tid=316)



Books about qb64 network programming - stranger_ - 05-03-2022

Are there books where you can learn network programming on qb64? if so, please send links to them. This is my first time posting something on a forum, am I doing it right? thanks to all


RE: Books about qb64 network programming - SMcNeill - 05-03-2022

Not that I know of. If you do find any, kindly share the links to them with the rest of us as well.


RE: Books about qb64 network programming - stranger_ - 05-03-2022

(05-03-2022, 03:04 PM)SMcNeill Wrote: Not that I know of.  If you do find any, kindly share the links to them with the rest of us as well.

Oks


RE: Books about qb64 network programming - Pete - 05-03-2022

I've done a large project for a local network, so office computers could communicate over a router. Frankly, that could be done with QuickBASIC. For TCP/IP networking, QB64 made some advancements, which was necessary when Windows screwed us out of the the typical way to connect to ports with PEEK/POKE statements. For setting up a local network, there are no books I've seen; just good ol' trial and error. I have not had any experience with the QB64 TCP/IP networking, but a friend of mine once posted help for using winsock: https://docs.microsoft.com/en-us/windows/win32/winsock/windows-sockets-start-page-2?redirectedfrom=MSDN

I would also recommend searching the Wiki at this site for QB64 TCP/IP

Pete