Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Getting System Information

0.00/5 (No votes)
11 Jun 2001 1  
This article lets you get system information via easy-to-use C++ classes.

Sample Image - SysInfo--Processor.jpg

Introduction

Have you ever wanted to get system information on the WIN32 platform, but you just want a C++ console interface? Now you can with SysInfo and its related classes.

The class itself is really easy to use. SysInfo has a number of helper classes that do all of the work. SysInfo itself is just the interface to these other classes. If your needs dictate only a subset of what SysInfo provides, you don't have to use SysInfo. The other classes are in the global namespace so you can access them as well. Full source code is included.

Revision History

19 Jun 2002 - Initial Revision
19 Jun 2002 - Resized Graphic

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here