Does anyone know any functions to get hardware information such as amount of RAM, processor speed, and disc space?
Also, is there a way to get a list of programs installed?
Thanks!
This is a discussion on Way to Get Hardware/Programs Info? within the C++ Programming forums, part of the General Programming Boards category; Does anyone know any functions to get hardware information such as amount of RAM, processor speed, and disc space? Also, ...
Does anyone know any functions to get hardware information such as amount of RAM, processor speed, and disc space?
Also, is there a way to get a list of programs installed?
Thanks!
For windows you could see:
http://www.codeguru.com/system/HardwareInfo.shtml
In unixes there is a text file where to read this.
Search the windows board. Some info might be there. If not, Fordy should be able to help you.
Thanks