C++ Winsock Networking Tutorials [04-24-2017]

The Partridge Family were neither partridges nor a family. Discuss.
User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: C++ Winsock Networking Tutorials [03-29-2017]

Post by chili » March 30th, 2017, 2:13 am

Oh shit, Pindrought's on a roll!
Chili

Pindrought
Posts: 432
Joined: September 26th, 2013, 4:57 pm
Location: Kentucky
Contact:

Re: C++ Winsock Networking Tutorials [03-29-2017]

Post by Pindrought » April 1st, 2017, 1:26 pm

chili wrote:Oh shit, Pindrought's on a roll!
Image

Uploaded tutorial 3
PM me if you need to contact me. Thanks to all the helpful people on this forum especially to Chili.

egizz983
Posts: 311
Joined: August 27th, 2016, 12:30 pm

Re: C++ Winsock Networking Tutorials [04-01-2017]

Post by egizz983 » April 1st, 2017, 9:43 pm

great job Pindrought will check when ever got free time

Pindrought
Posts: 432
Joined: September 26th, 2013, 4:57 pm
Location: Kentucky
Contact:

Re: C++ Winsock Networking Tutorials [04-01-2017]

Post by Pindrought » April 3rd, 2017, 3:51 pm

egizz983 wrote:great job Pindrought will check when ever got free time
Thanks!

Uploaded tutorial 3.5 for client simulator to handle when sockets lose connection to the server.
PM me if you need to contact me. Thanks to all the helpful people on this forum especially to Chili.

Pindrought
Posts: 432
Joined: September 26th, 2013, 4:57 pm
Location: Kentucky
Contact:

Re: C++ Winsock Networking Tutorials [04-24-2017]

Post by Pindrought » April 24th, 2017, 5:29 pm

Upload tutorial 4 to cover partial sends/recvs for nonblocking client/server.
*Doesn't include sending on server since server is not sending data right now, but will be addresses when we properly implement how we're going to be handling sending packets that are not the same 4 bytes*
PM me if you need to contact me. Thanks to all the helpful people on this forum especially to Chili.

User avatar
bobloblaw
Posts: 100
Joined: April 15th, 2013, 3:05 am
Location: Earth, USA, California, SF Bay Area
Contact:

Re: C++ Winsock Networking Tutorials [04-24-2017]

Post by bobloblaw » April 14th, 2018, 12:44 am

I finally had some time to devote to these. I'm only on tut 4 but so far loving them. I like that there is a bit of a back catalog since I saw them awhile ago. Hoping there might be more in the future still. Keep at it and thanks for making them.

~Logan
Here for your Artistic needs, Pixel or Vector I love it all. Check it out - Click Me

Post Reply