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>
usingnamespace std;
int main(){
cout<<"Thank you!";
}