News

Common C mistake: Using void* for generic pointers to memory. Using void* to point to memory is an old habit—and a bad one.Pointers to memory should always be char*, unsigned char*, or uintptr_t ...
The "How to Avoid the Top Ten Sockets Programming Errors" white paper explains in detail the ten most common sockets programming errors, including Winsock, Unix, Linux, ...