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
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: