How to get hardware information (for example cpuId, biosId, diskId, baseId and videoId) in c++?
Can anyone give me an example visual studio project for this?
GetSystemInfo will get you started with the CPU information. Each subsystem generally has different query functions.