Raknet tutorials... More than basic client server

Started by
1 comment, last by MichaelCrook 12 years, 1 month ago
Is there any GOOD raknet tutorials for C++?
yes, I know http://www.jenkinssoftware.com/raknet/manual/index.html is really good, but all of my group members need to be able to understand what the code is doing, so a long process of learning the small parts of code they give you isn't going to be easy for all our team members to access...

What I wanted to know, was if there were any clients -> dedicated server tutorials which sent pakets which were files (ziped files) to clients and server... more than the basic tutoiral @ http://www.jenkinssoftware.com/raknet/manual/tutorial.html

Thanks, we just need a tutorial that has projects (.cpp) showing an implimentation of what they are showing us, that is the problem with the manual, there is no implimentation

Thanks
Advertisement
all of my group members need to be able to understand what the code is doing,[/quote]

The fact that you ask this seems to indicate that the group members aren't actually fully educated programmers yet. It may be that what you need is to educate your group members to be programmers, rather than educate them in a particular library.

There's also all the particulars about networking in general -- how does addressing and routing really work -- which is another pre-requisite that will trip you up if you don't understand it thoroughly.

enum Bool { True, False, FileNotFound };
The thing is that we have programmed, allot, just not socket/networking programming

This topic is closed to new replies.

Advertisement