๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Pointers in C Programming: A Modern Approach to Memory Management, Recursive Data Structures, Strings, and Arrays

โœ Scribed by Thomas Mailund


Publisher
apress
Year
2021
Tongue
English
Leaves
593
Edition
1
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Table of Contents


Front Matter
1. Introduction
2. Memory, Objects, and Addresses
3. Pointers
4. Pointers and Types
5. Arrays
6. Working with Arrays
7. Strings
8. Substrings Through Ranges
9. Dynamic Memory Management
10. Generic Dynamic Arrays
11. Linked Lists
12. Search Trees
13. Function Pointers
14. Generic Lists and Trees
15. Reference Counting Garbage Collection
16. Allocation Pools
17. Conclusions
Back Matter


๐Ÿ“œ SIMILAR VOLUMES


Pointers in C Programming: A Modern Appr
โœ Thomas Mailund ๐Ÿ“‚ Library ๐Ÿ“… 2021 ๐Ÿ› Apress ๐ŸŒ English

<p></p><p>Gain a better understanding of pointers, from the basics of how pointers function at the machine level, to using them for a variety of common and advanced scenarios. This short contemporary guide book on pointers in C programming provides a resource for professionals and advanced students

A Structured Programming Approach to Dat
โœ Derek Coleman (auth.) ๐Ÿ“‚ Library ๐Ÿ“… 1979 ๐Ÿ› Springer-Verlag New York ๐ŸŒ English

<p>Much of current programming practice is basically empirical and ad hoc in approach. Each problem is tackled without relation to those that have gone before; experiences are made and stored as a series of fragments. Now, under the pressure of events, this unsatisfactory state of affairs is coming

A Tutorial On Pointers And Arrays In C
โœ Jensen Ted. ๐Ÿ“‚ Library ๐ŸŒ English

2003. โ€” 53 p.<div class="bb-sep"></div>Preface <br/>Introduction <br/>What is a Pointer? <br/>Pointer Types and Arrays. <br/>Pointers and Strings <br/>More on Strings <br/>Pointers and Structures <br/>More on Strings and Arrays of Strings <br/>More on Multi-Dimensional Arrays <br/>Pointers to Arrays