SystemInfo
C++ Class Reference
1 Overview
Get total system RAM in megabytes.
2 Detailed Description
Total RAM in MB, or 0 if detection fails Returns the total physical RAM installed in the system. This value is constant for a given system.
3 Usage Example
#include "SystemInfo.hpp"
// Example usage
SystemInfo obj;
// Your code here