Learn the principles behind regular expressions.
Latest Parsing Articles
CParser'�A Simple File Parser
When there is the need to parse a file and a "real" parser would be oversized for the job, this rather simple parser might be an alternative.
Implementing CustomDraw into Your Project
By using CustomDraw, the colors can be set for individual items. In this article, the step-by-step implementation is shown.
Words and Lines Counting Utility
This utility is very useful for counting the number of lines and words in programs or text files. It is a very simple utility, but it is also very powerful.
Number To English Translation
Useful class that enables you to display the textual representation of a number (for things such as check writing applications)
Mini Pascal Compiler
Mini Pascal Compiler
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.

Reading Stack Overflow Information
The Stack Overflow site has useful tools. Use C# to access them more readily.

The Ins and Outs of Team Foundation Server (TFS)
Tired of having problems staying in sync when working with a team? Let Team Foundation Server come to your rescue.

Load Testing: SLA First
Here are some guidelines to make implementing load testing easier and more likely to be well received by your team.