Comments on An Explanation of Pointers (C++)

An Explanation of Pointers (C++) Pointers are basically the same as any other variable. However, what is different about them is that instead of containing actual data, they contain a pointer to the memory location where information can be found. This is a very important concept, and many programs and ideas rely on pointers as the basis of their design, linked lists for example.

1 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By:

Hi,

thanks for this quick C++ introduction.

Here is a post to create a GNU package (installation via ./configure : make ; make install) from C++ (or C) source.

http://nicolargo.blogspot.com/2007/02/cration-de-package-gnu.html

Post is in french, english translation here:

 http://translate.google.com/translate?u=http%3A%2F%
2Fnicolargo.blogspot.com%2F2007%2F02%2Fcration-de-package-gnu.html
&langpair=en%7Cfr&hl=fr&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools