Re: C++ compiler and memory
From: Tim Roberts (timr_at_probo.com)
Date: 10/07/04
- Next message: erik_orrsjo_at_yahoo.se: "Re: timeGetTime"
- Previous message: Norman Bullen: "Re: C++ compiler and memory"
- In reply to: JSmith: "C++ compiler and memory"
- Next in thread: Norm Dresner: "Re: C++ compiler and memory"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 06 Oct 2004 21:04:59 -0700
"JSmith" <jsmithmitra@yahoo.com> wrote:
>
>C++ compiler devides the memory into 4 different sections. I know two of
>them are heap and stack. What are the rest? or please correct me if I'm
>wrong.
Perhaps if you told us where you read this, we might be able to guess what
it actually means. Without the context, it is hard for us to guess what is
meant hear.
For example, you might say that a program works with code, data, stack, and
heap, but I would not call that "dividing" the memory, and I would not call
that a native function of a C++ compiler.
On the other hand, the file format used in Windows (PE) is divided into
tables called "sections". There is are sections for code, data, resources,
debug information, and some other things.
-- - Tim Roberts, timr@probo.com Providenza & Boekelheide, Inc
- Next message: erik_orrsjo_at_yahoo.se: "Re: timeGetTime"
- Previous message: Norman Bullen: "Re: C++ compiler and memory"
- In reply to: JSmith: "C++ compiler and memory"
- Next in thread: Norm Dresner: "Re: C++ compiler and memory"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|