available physical memory

Jan 21, 2011 at 2:20pm
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 Jan 21, 2011 at 2:21pm
Jan 21, 2011 at 2:49pm
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.