🔍 C++ System Monitor is a lightweight system monitoring tool that provides real-time insights into CPU usage, RAM consumption, and disk space. Designed for Windows, it offers a simple yet effective way to track your system’s performance.
✅ Real-time CPU usage monitoring
✅ Live RAM and memory consumption tracking
✅ Disk space analysis
✅ Minimalistic and efficient C++ implementation
✅ Windows API integration
git clone https://github.com/AimeKelvin/cpp-system-monitor.git
cd cpp-system-monitor
g++ system_monitor.cpp -o system_monitor.exe
./system_monitor.exe