need more knowledge about the memory!

V

vib.cpp

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!
 
J

jason.cipriani

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/

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
 
J

jason.cipriani

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,038
Latest member
OrderProperKetocapsules

Latest Threads

Top