Skip to content

LuridHound/SystemInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

System Information

C-library, that provide CPU, RAM and HDD information.

Example

In one .cpp/.c file add :

#define SYSTEM_INFORMATION_IMPLEMENTATION
#include "SystemInformation.h"

Then you can use it :

struct SystemInformation information;
if (!getSystemInformation(&information))
{
    //  something went wrong.
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages