Pointers and Memory
by Nick Parlante
Publisher: Stanford University 2000
Number of pages: 31
Description:
This is a 31 page introduction to programming with pointers and memory in C, C++ and other languages. It explains how pointers and memory work and how to use them -- from the basic concepts through all the major programming techniques.
Download or read it online for free here:
Download link
(62KB, PDF)
Similar books

by Ali Çehreli
This book is for ruby programmers who are intrigued by swift and want to learn it. It's focused on swift, but in each chapter we'll frame our discussion of swift in terms of equivalent features in ruby and highlight and compare the behaviour of each.
(7068 views)

by Stephen Wolfram - Wolfram Media
This book provides an elementary introduction to the Wolfram Language and modern computational thinking. It assumes no prior knowledge of programming, and is suitable for both technical and non-technical college and high-school students.
(2826 views)

- Wikibooks
BASIC was developed in 1963 at Dartmouth College, New Hampshire as a teaching language. The language taught here, BASIC, is easier to learn than others as its commands are similar to English and has a simple set of rules for entering them.
(14514 views)

by Greg Hendershott - GregHendershott.com
Racket is a modern programming language in the Lisp/Scheme family. I want to show how Racket macro features have evolved as solutions to problems. I'll give you the questions and problems first, so that you can better appreciate the solutions.
(7319 views)