Click here to Skip to main content
15,884,353 members
Articles / Desktop Programming / MFC

CAMEL - CPU Identifier Class

Rate me:
Please Sign up or sign in to vote.
4.93/5 (40 votes)
14 Jan 2003CPOL2 min read 293.4K   9.6K   96   73
A class to detect ALL the features of the CPU / CPUs in the local system. Now at version 1.2
<!------------------------------- STEP 2 ---------------------------><!-- Include download and sample image information. -->

 

Demo Screenshot 1   Demo Screenshot 2   Demo Screenshot 3

 

Introduction

Camel is a generic Windows® / Linux CPU detection class which can display details about the hardware installed within the computer. It can display items such as the CPU manufacturer, CPU model and name, clock speed and other hardware details.

What Do I Get With This?

Well a complete CPU identification and capabilities class. Also there is a complete Windows version detection algorithm included in the demo source. The demo (including pre-compiled binary) provides a replacement for WCPUID and similar applications and as the binary is < 150 kb, it is nice and small.

How Can I Use It?

1. E-Mail me for permission to use/include (always given). I just want to know what purpose it is being used for. It is provided completely for "Non-Commercial Usage."
2. Include the files in your C++ project.
3. Compile!
4. Play!

What About.... AKA: Specific In-depth Details

Supports Microsoft® Windows™ From:

Windows™ 95 / 95 OSR2 / 95 OSR2.5
Windows™ 98 / 98 SE
Windows™ Millennium
Windows™ NT 3.51
Windows™ NT 4.0 Workstation / Server [Including SP1 to SP6a]
Windows™ 2000 Workstation / Server / Advanced Server / Datacenter Server (Including SP1 to SP3)
Windows™ XP Personal / Professional [Including SP1]
Windows™ .NET Web Server / Standard Server / Enterprise Server

Supports Processors From:

Intel / AMD / Cyrix / Rise / UMC / IDT / Transmeta / NexGen / National Semiconductor

See Camel.txt for processor listings... E.g. Pentium III "Coppermine" or Athlon XP 1800+ (Thoroughbred Core).

Detects Hardware Features:

Processor hardware

Single Processors
Dual Processors
Multiple Processors
HyperThreading Technology
Serial Number [if enabled]
On-Chip APIC Hardware
Hard-Coded Chip Names
L1 Cache Size
L2 Cache Size
L3 Cache Size
CPU Clock Speed [of each processor]
Thermal Monitioring Support
ACPI Support
On-Chip PowerManagement [SpeedStep, etc.]

Multimedia Instruction Sets

MMX
MMX+
Streaming SIMD Extensions
Streaming SIMD Extensions [Floating Point]
Streaming SIMD Extensions [MMX]
Streaming SIMD Extensions 2
3DNow!
3DNow!+

General Instruction Sets

Floating Point Unit [FPU]
Time Stamp Counter [TSC]
Conditional Move [CMOV]
Memory Type Range Registers [MTRR]

Other notes:

The 2nd generation CPU speed test is "loosely" based on code from Pavlos Touboulidis. It is far enough removed to be no-longer copyright to him. I think. Anyway this is the obligatory mention.

Known Bugs And Problems:

CAM_00000001: Last Tree Node Fails To Display '+' Icon Properly.
CAM_00000002: CPU Speed Detection Results With +/- 10MHz Deviation. (FIXED: Version 1.2)
CAM_00000003: Fails To Detect APIC ID Properly With < Intel P4 Processors.

NOTE:

Some of the functionality is missing. Some of the menu items do not yet work nor some of the benchmarks. None of these missing features affect the CPU identification code! I apologize and will implement these in time. Or you can.....

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Researcher
Germany Germany
Iain Chesworth graduated from Heriot-Watt University in June of 2002 in Computer Science and Physics. He now works as a C++ programmer and plays with code in his spare time. He is also a keen cyclist and swimmer.

Comments and Discussions

 
GeneralPermission. Pin
Jijo.Raj29-Sep-04 0:26
Jijo.Raj29-Sep-04 0:26 
Generaluse camel on Linux Pin
gretp5-Aug-04 9:29
gretp5-Aug-04 9:29 
GeneralHyperThreading (Physical x Logical Processor) Pin
leandrobecker28-Jun-04 14:19
leandrobecker28-Jun-04 14:19 
GeneralCache line data Pin
Adi Shavit16-Jun-04 1:45
Adi Shavit16-Jun-04 1:45 
GeneralProblem with Frequency Pin
dum26-Mar-04 3:05
dum26-Mar-04 3:05 
QuestionHow to make CPU ID enable to get? Pin
gkey26-Feb-04 23:43
gkey26-Feb-04 23:43 
AnswerRe: How to make CPU ID enable to get? Pin
voodoopriestess27-Feb-04 3:47
voodoopriestess27-Feb-04 3:47 
GeneralRe: How to make CPU ID enable to get? Pin
gkey27-Feb-04 14:21
gkey27-Feb-04 14:21 
Confused | :confused: I just want to get the unique series number of CPU for the encryption to protect the legal right of my software. You know, the series number of HD and MAC could be altered!

So while I have a trial of your source coude, I found the CPU ID is disable to get. How can I get the CPU ID while the system detectes it is disabled and makes it enable to catch in some configuration dynamically? Yes, I shall recover the setting after I get the series number.

Thanks!

===========================
Nothing to say, Just do it!
GeneralPermission Required Pin
Member 84094011-Feb-04 17:43
Member 84094011-Feb-04 17:43 
GeneralRe: Permission Required Pin
voodoopriestess27-Feb-04 3:38
voodoopriestess27-Feb-04 3:38 
GeneralProblems using your software.... Pin
MattBarker10-Feb-04 4:38
MattBarker10-Feb-04 4:38 
GeneralF***ing program Pin
BookerT21-Oct-03 20:12
BookerT21-Oct-03 20:12 
GeneralHyper-Threading Identification is not working correctly Pin
congc3-Oct-03 8:57
congc3-Oct-03 8:57 
GeneralRe: Hyper-Threading Identification is not working correctly Pin
congc3-Oct-03 9:05
congc3-Oct-03 9:05 
GeneralFeatures struct needs clearing. Pin
Hazmatt31-Jan-03 10:30
Hazmatt31-Jan-03 10:30 
GeneralRe: Features struct needs clearing. Pin
bobives19-Aug-03 0:00
bobives19-Aug-03 0:00 
QuestionHow can I use your source code? Pin
GE22-Jan-03 21:40
GE22-Jan-03 21:40 
AnswerRe: How can I use your source code? Pin
voodoopriestess23-Jan-03 8:23
voodoopriestess23-Jan-03 8:23 
GeneralWhere do you get Vendor ID Device ID database Pin
leandrobecker22-Jan-03 6:30
leandrobecker22-Jan-03 6:30 
GeneralRe: Where do you get Vendor ID Device ID database Pin
voodoopriestess23-Jan-03 8:27
voodoopriestess23-Jan-03 8:27 
GeneralRe: Where do you get Vendor ID Device ID database Pin
leandrobecker23-Jan-03 8:33
leandrobecker23-Jan-03 8:33 
QuestionWhy __cdecl calling convention? Pin
Daniel Strigl16-Jan-03 20:04
Daniel Strigl16-Jan-03 20:04 
AnswerRe: Why __cdecl calling convention? Pin
voodoopriestess16-Jan-03 21:07
voodoopriestess16-Jan-03 21:07 
GeneralRe: Why __cdecl calling convention? Pin
Daniel Strigl17-Jan-03 3:22
Daniel Strigl17-Jan-03 3:22 
GeneralMultithreading doesnt work correctly Pin
mfclearner16-Jan-03 8:18
mfclearner16-Jan-03 8:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.