[c++] how would I go about getting system info i.e. cpu name, ram...

Started by
0 comments, last by Twisol 15 years, 6 months ago
Is this possible under windows, without useing assembly, and a thousand "if(enum == this) cp is this" checks. I just want to be able to detect the following 1: CPU name 2: CPU speed 3: number of proccessors 4: total ram 5: free ram 6: OS name 7: OS version 8: GPU name/version (only if its possible with win32 and not DirectX or OpenGL) 9: GPU ram (only if its possible with win32 and not DirectX or OpenGL)
[ dev journal ]
[ current projects' videos ]
[ Zolo Project ]
I'm not mean, I just like to get to the point.
Advertisement
This looks like it might be useful to you.

http://msdn.microsoft.com/en-us/library/ms724180(VS.85).aspx

This topic is closed to new replies.

Advertisement