Discover how to intercept network traffic (IP packets) by putting a socket in promiscuous mode.
Latest General Internet Articles
RSS 2.0: Really Simple Syndication
Walk through the components of an RSS 2.0 feed for building your own feeds either by hand or programmatically.
Future-Proofing Your URIs
Look at how to design your web application URIs to ensure you give them the maximum lifespan possible from Professional Web 2.0 Programming co-author Erik Bruchez.
URI Encoding and Decoding
Learn about fast and portable URI encoding and decoding functions that use std::string as the argument and return type, and do the buffer conversion, including '\0'.
Building Software That Is Interoperable By Design
Microsoft's Bill Gates on interoperability.
Mastering Internet Programming on Mobile Devices: First Steps
Learn how to create applications that may connect to the Internet or an intranet. Take a look at typical scenarios that often occur in programming practice.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.