help in accessing system information

hi to all,
i need to access system information like current installed RAM,
motherboard, processor type.
i am writing a c program.
can any body guide me.
(e-mail address removed)
 
S

santosh

@$|-|. DUBEY said:
hi to all,
i need to access system information like current installed RAM,
motherboard, processor type.
i am writing a c program.
can any body guide me.
(e-mail address removed)

Your system's C library will usually provide functions for this. Note
that such functions will be implementation specific extensions.
Standard C itself does not provide any facilities to do what you want.
If the C library fails to provide a function, the underlying OS might
yet provide APIs to get this sort of information.

Since this group discusses Standard C, a follow-up in a system
specific group is better. Before that though, don't forget to read
your system's documentation and the group's FAQs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top