
Pointers in C Programming
A Modern Approach to Memory Management, Recursive Data Structures, Strings, and Arrays
- Publisher's listprice EUR 64.19
-
The price is estimated because at the time of ordering we do not know what conversion rates will apply to HUF / product currency when the book arrives. In case HUF is weaker, the price increases slightly, in case HUF is stronger, the price goes lower slightly.
- Discount 8% (cc. 2 178 Ft off)
- Discounted price 25 050 Ft (23 857 Ft + 5% VAT)
27 229 Ft
Availability
Estimated delivery time: In stock at the publisher, but not at Prospero's office. Delivery time approx. 3-5 weeks.
Not in stock at Prospero.
Why don't you give exact delivery time?
Delivery time is estimated on our previous experiences. We give estimations only, because we order from outside Hungary, and the delivery time mainly depends on how quickly the publisher supplies the book. Faster or slower deliveries both happen, but we do our best to supply as quickly as possible.
Product details:
- Edition number 1st ed.
- Publisher Apress
- Date of Publication 23 April 2021
- Number of Volumes 1 pieces, Book
- ISBN 9781484269268
- Binding Paperback
- No. of pages537 pages
- Size 254x178 mm
- Weight 1038 g
- Language English
- Illustrations 60 Illustrations, black & white 215
Categories
Short description:
- Work effectively with pointers in your C programming
- Learn how to effectively manage dynamic memory
- Program with strings and arrays
- Create recursive data structures
- Implement function pointers
Long description:
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 needing in-depth hands-on coverage of pointer basics and advanced features. It includes the latest versions of the C language, C20, C17, and C14.
You?ll see how pointers are used to provide vital C features, such as strings, arrays, higher-order functions and polymorphic data structures. Along the way, you?ll cover how pointers can optimize a program to run faster or use less memory than it would otherwise.
There are plenty of code examples in the book to emulate and adapt to meet your specific needs.
What You Will Learn
- Work effectively with pointers in your C programming
- Learn how to effectively manage dynamic memory
- Program with strings and arrays
- Create recursive data structures
- Implement function pointers
Intermediate to advanced level professional programmers, software developers, and advanced students or researchers. Prior experience with C programming is expected.
MoreTable of Contents:
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: Singly-linked Lists.- 12: Search Trees.- 13: Function Pointers.- 14: Generic Lists and Trees.- 15: Reference Counting Garbage Collection.- 16: Allocation Pools.- 17: Conclusions.