Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

need more knowledge about the memory!

0 views
Skip to first unread message

vib...@gmail.com

unread,
Jan 3, 2009, 1:25:53 AM1/3/09
to
Can anybody introduce me a book to get familiar with those memory
stuffs, like stack, free store and so on. I always met those things
when reading a book, I just find I do not clear how the memory is
"divided" or "separated", and what the standard is ,too wicked for me!

jason.c...@gmail.com

unread,
Jan 3, 2009, 1:46:06 AM1/3/09
to

There is a really, really good explanation here:

http://cslibrary.stanford.edu/102/

It's a relatively small PDF that's geared towards beginners and
explains everything very clearly. I highly recommend it. After you
read it, there is a strange but informative video illustrating how
pointers work here:

http://cslibrary.stanford.edu/104/

Read the PDF, watch the video, and hopefully it will clear up a lot of
issues. You will likely also find a lot of information and good
starting points in the official comp.lang.c++ FAQ here:

http://www.parashift.com/c++-faq-lite/

HTH,
Jason

jason.c...@gmail.com

unread,
Jan 3, 2009, 1:47:59 AM1/3/09
to
On Jan 3, 1:46 am, "jason.cipri...@gmail.com"

<jason.cipri...@gmail.com> wrote:
> On Jan 3, 1:25 am, "vib....@gmail.com" <vib....@gmail.com> wrote:
>
> > Can anybody introduce me a book to get familiar with those memory
> > stuffs, like stack, free store and so on. I always met those things
> > when reading a book, I just find I do not clear how the memory is
> > "divided" or "separated", and what the standard is ,too wicked for me!
>
> There is a really, really good explanation here:
>
>  http://cslibrary.stanford.edu/102/
>
> It's a relatively small PDF that's geared towards beginners and
> explains everything very clearly. I highly recommend it. After you
> read it, there is a strange but informative video illustrating how
> pointers work here:
>
>  http://cslibrary.stanford.edu/104/

In fact, watch the video first.

> Read the PDF, watch the video, and hopefully it will clear up a lot of
> issues. You will likely also find a lot of information and good
> starting points in the official comp.lang.c++ FAQ here:
>
>  http://www.parashift.com/c++-faq-lite/


Jason

0 new messages