cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
how much memory in my computer
how much memory in my computer
Oct 24, 2009 at 8:22am UTC
denon6
(2)
hello ..
does anyone knws how to write a program or small function to check how much memory is installed in the computer ?
i have tried so hard to try this but i dont know how !!
thanks,
Oct 24, 2009 at 8:24am UTC
Bazzy
(6281)
Which type of memory? On which operating system?
Oct 24, 2009 at 8:47am UTC
denon6
(2)
RAM memory , windows operating system
thanks alot for your answer
Oct 24, 2009 at 9:54am UTC
Bazzy
(6281)
Try
GetPhysicallyInstalledSystemMemory
from Windows API:
http://msdn.microsoft.com/en-us/library/cc300158%28VS.85%29.aspx
Topic archived. No new replies allowed.