Discover how to intercept network traffic (IP packets) by putting a socket in promiscuous mode.
Latest Basic Network Operations Articles
Clients that Find Servers in a Windows Network Domain (TCP/IP, Mailslot)
Learn how to use a mailslot to broadcast information over a network.
A Glimpse at Today's Server-Side Programming
Read a broad overview of today's four most popular and growing server-side programming/scripting languages.
Spoofing the ARP Table of Remote Computers on a LAN
ARP spoofing, also called ARP Cache poisoning, is one of hacking methods to spoof the contents of ARP table in other remote computer on LAN. For one computer to connect to other computer on IP/Ether network, two addresses are needed. One address is MAC address, and the other is IP address.
Creating a Multi-Threaded Trace Route
A trace route technique using Winsock2. Get the IPs from all the hops between you and the requested IP or site.
CNetService
A wrapper class for Microsoft. Win32. API WNet functions
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.