cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
available physical memory
available physical memory
Jan 21, 2011 at 2:20pm UTC
loveless
(56)
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 UTC
Jan 21, 2011 at 2:49pm UTC
jsmith
(5804)
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.