i need help for developing a c code for displaying pc details ...
pls reply asap..
c prog to display pc/system details
Started by srk, Feb 06 2008 10:51 PM
2 replies to this topic
#1
Posted 06 February 2008 - 10:51 PM
|
|
|
#2
Posted 07 February 2008 - 02:35 AM
You've to give us some details about the operating system you're using. Your question is very OS-specific, so please, at least say what OS you're using, and I'm sure someone will help you out.
#3
Posted 08 February 2008 - 03:09 PM
Processor data (i.e. speed, cache lines, manufacturer, etc.) can be accessed using the CPUID function. I've attached a PDF by Intel that'll give you everything you need to do that. As for system information, you can use WinAPI functions such as GetFreeSpaceEx() to get information from a Windows OS. I don't know anything about Linux or Unix, though.


Sign In
Create Account

Back to top










