Virtual Memory & RAM

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arthur

    Virtual Memory & RAM

    I working on some project in c++ and i want to know how to view some
    memory information in c++ programming, like information about RAM
    memory,Virtual Memory.
    In this specific project i need to get the total and available size of
    the RAM and Virtual Memory.
    I'm using Windows XP Professional and Microsoft Visual C++ 6.0
    compiler.

    Please help me.....
  • Kevin Goodsell

    #2
    Re: Virtual Memory & RAM

    Allan Bruce wrote:
    [color=blue]
    > "Arthur" <arthur_ter@hot mail.com> wrote in message
    > news:1c8c0ffb.0 309060005.20b07 af5@posting.goo gle.com...
    >[color=green]
    >>I working on some project in c++ and i want to know how to view some
    >>memory information in c++ programming, like information about RAM
    >>memory,Virtua l Memory.
    >>In this specific project i need to get the total and available size of
    >>the RAM and Virtual Memory.
    >>I'm using Windows XP Professional and Microsoft Visual C++ 6.0
    >>compiler.
    >>
    >>Please help me.....[/color]
    >
    >
    > This is off topic here,
    > but the guys at comp.os.ms-windows.program mer.win32 will surely have the
    > answer for you
    > Allan
    >
    >[/color]

    I wouldn't say it's off-topic, but the only on-topic answer is "You
    can't do that in standard C++."

    -Kevin
    --
    My email address is valid, but changes periodically.
    To contact me please use the address from a recent posting.

    Comment

    Working...