How to get CPU_Type in c++?
-
Hi, how to get System CPU_TYPE through C++ code? any method is available? Please share ur idea and url. Regards, M.Mathivanan
-
Hi, how to get System CPU_TYPE through C++ code? any method is available? Please share ur idea and url. Regards, M.Mathivanan
-
Hi, how to get System CPU_TYPE through C++ code? any method is available? Please share ur idea and url. Regards, M.Mathivanan
See Getting hardware information[^]
"Real men drive manual transmission" - Rajesh.
-
Hi, how to get System CPU_TYPE through C++ code? any method is available? Please share ur idea and url. Regards, M.Mathivanan
Hardware information can only be retrieved through system libraries, not a standard C++ function. For that reason you should mention the OS you're working on. The answer given above works for Windows systems, but not for e. g. Linux or any Mac OS. Generally speaking, the answer you seek should be in the documentation for your system libraries, which should be available at the website of the manufacturer of the OS (for Linux you might want to check out the site of the distributor). So if you're seeking an URL, that's where you should go.