Hi,
How to find CPU transistor count with C++?
Printable View
Hi,
How to find CPU transistor count with C++?
Well, do you know how to do it using any other means?
You could write a web browser in C++ and then google for the answer. That's about it.
I suppose you could compile a database yourself, and then use __cpuid() to figure out which processor the user has.