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
Control Statements and Basic Loops in C++/CLI
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.

Using File Functions in .NET
There's lot's more hidden under the surface of file functions than might appear at first glance.

Making a Countdown App (Timer)
Count up or count down. Learn how to do it all with Visual Basic.
Maker Project: Creating a Garage Door Opener
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.