Logo

Pointers and Memory by Nick Parlante

Small book cover: Pointers and Memory

Pointers and Memory
by

Publisher: Stanford University
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.

Home page url

Download or read it online for free here:
Download link
(62KB, PDF)

Similar books

Book cover: Microsoft Small Basic: An introduction to ProgrammingMicrosoft Small Basic: An introduction to Programming
by - Microsoft
Small Basic is a programming language that is designed to make programming extremely easy, approachable and fun for beginners. Small Basic's intention is to bring down the barrier and serve as a stepping stone to the world of computer programming.
(14579 views)
Book cover: MPI: The Complete ReferenceMPI: The Complete Reference
by - The MIT Press
Since its release in summer 1994, the Message Passing Interface (MPI) specification has become a standard for message-passing libraries for parallel computations. There exist more than a dozen implementations on a variety of computing platforms.
(18550 views)
Book cover: Etudes for ElixirEtudes for Elixir
by - O'Reilly
In this book, you will find descriptions of programs that you can write in Elixir. The programs have been designed to provide practice material for a particular programming concept. These programs are not designed to be of considerable difficulty ...
(7526 views)
Book cover: Programming Languages at a GlanceProgramming Languages at a Glance
by - Minimal Programming
This book tries to explain a number of programming languages, covering a wide range from currently popular ones such as Java, Perl, Python, and C# to less known languages. When describing the languages, I want to find out what they have in common.
(14735 views)