Learn the logic behind making Boolean choices.
Latest Arithmetic Articles
.NET Back to Basics: The Math Class
Refresh your skills on the basics of the .NET base classes.
DateTime Refresher
The .NET DateTime class is not just for getting the current date. It can help you do date calculations and much more.
TIP: Statistics
Learn a few helpful statistical functions.
Operator Overloading for Mathematical Libraries
Discover the concept of operator overloading in C# and its application in mathematical libraries.
Working with Math Routines in C#
Basic math operators—such as plus, minus, and modulus—can get you only so far. It is only a matter of time before you find that you need more robust math routines.
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.