Hello,
I want to write a program which displays all your computers infomation, such as bios version, cpu speed, chipset for all devices. I just like to know how can I do this?
Thanks for your help
This is a discussion on How Do I Start? within the C++ Programming forums, part of the General Programming Boards category; Hello, I want to write a program which displays all your computers infomation, such as bios version, cpu speed, chipset ...
Hello,
I want to write a program which displays all your computers infomation, such as bios version, cpu speed, chipset for all devices. I just like to know how can I do this?
Thanks for your help
This is OS specific. You can use the Win API or whatever the equivelent is for your OS.