available physical memory

hi
can i know how to store the available physical memory in the computer using c / c++

1
2
3
#include<stdlib.h>

system("systeminfo |find Available Physical Memory");


Last edited on
Determining the amount of physical memory in a computer or the amount of available physical memory in a computer
is dependent upon the operating system.
Topic archived. No new replies allowed.