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