Jump to content

c prog to display pc/system details

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
srk

srk

    Newbie

  • Members
  • Pip
  • 2 posts
i need help for developing a c code for displaying pc details ...
pls reply asap..

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
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
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,720 posts
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.

Attached Files