Where can I learn to code Multiplayer/Networking based C++?

closed account (oN3AqMoL)
I have learned C++ through and through; and I want to be able to start network programming.

I have learned about basic networking(packets, 7 layers, http, "der" stuff) but I do not know how to translate my knowledge into code. A simple link to a book or a webpage that teaches about the stuff would suffice.
----------------------------------------------------------------------------------------
1
2
3
4
5
6
#include <iostream>
using namespace std;

int main(){
cout<<"Thank you!";
}

Last edited on
closed account (oN3AqMoL)
I guess my programmign stops here.
Topic archived. No new replies allowed.