- 1,251 categories
- 40,829 scripts
- This tutorial by Rob Thougher explains how to create a simple server and client using sockets.
- Socket programming in MFC is usually a bit messy. It''s always clean and convenient to write the socket programs using Win32.
A big advantage writing these programs in Win32 is, we can follow the same model as in any Unix C++ socket program...
- This is a documentation for ppC++ - HTML-embedded C++ preprocessor. This manual is very short and clear, shows all positions of current ppC++ development state.
For advanced C/C++ programmers.
- This is a beginner''s guide to Network Programming in C++. It covers the basics, and gives you great foundation to the next level.