Practical C++ Sockets

Good read:
http://cs.ecs.baylor.edu/~donahoo/practical/CSockets/practical/

I used the code for sending images between computers. Initially header information using a struct worked just ok, a day later it stopped working. I had to use simple array of ints to do so.

It reflected in my github commit:
0cff14c
2e7ba9a

0 rants: