Detect the types of SIMD instructions available on the processor.
Latest Hardware Information Articles
AMD64 (EM64T) Architecture
Discover the AMD64 architecture and its implementation EM64T by Intel.
SMBIOS Demystified
Discover a basic SMBIOS parser that demonstrates querying for SMBIOS info using WMI and then parsing the data to extract necessary information.
DOS Info Block: A Definitive Guide
Tons of information about DOS registers and their functions.
Three Ways to Retrieve Processor Information
Learn how to retreive CPU information such as name, vendor name, speed, or supported features, using CPUID assembly instruction, Registry stored information, or Platform SDK functions.
Editing A Remote Hard Disk
Detailed tutorial on reading and writing to disks in Windows 95, NT, and beyond.
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.