Question:
I’d like to write a little program that determines the type of system one has. It would be able to report, among other things, processor type, system/bios type/ver #, and others.
Answer:
This is a pretty open question. The techniques for obtaining this information are widely varied. In many cases, the best techniques work most of the time, but not all.
If you are running under Win32, the easiest way to obtain this sort of information is through Windows. The GetSystemInfo API function returns lots of information about the system an application is running on, including processor type and even the number of processors.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.






















