Discover how to use separate projects within a solution to reduce confusion when you have imported code mixed with your new code.
Latest Tutorials Articles
32 OpenMP Traps for C++ Developers
Pursue a description of a number of parallel code errors that lead to incorrect behavior of parallel programs created with OpenMP.
SFL 2.0 Service Framework Library for Native Windows Service Applications, Part 3: SFL Architecture
Find out what is under the SFL's hood.
Product Keys Based on Elliptic Curve Cryptography
Protect software with product keys based on Elliptic Curve Cryptography.
Product Keys Based on the Advanced Encryption Standard (AES)
Protect Software with Product Keys based on the Advanced Encryption Standard (AES).
Hacking Icon Resources
Learn how to replace the displayed icon of an executable file with an .ICO file of your choice.
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.