
Pointers in C Programming
A Modern Approach to Memory Management, Recursive Data Structures, Strings, and Arrays
-
8% KEDVEZMÉNY?
- A kedvezmény csak az 'Értesítés a kedvenc témákról' hírlevelünk címzettjeinek rendeléseire érvényes.
- Kiadói listaár EUR 64.19
-
Az ár azért becsült, mert a rendelés pillanatában nem lehet pontosan tudni, hogy a beérkezéskor milyen lesz a forint árfolyama az adott termék eredeti devizájához képest. Ha a forint romlana, kissé többet, ha javulna, kissé kevesebbet kell majd fizetnie.
- Kedvezmény(ek) 8% (cc. 2 178 Ft off)
- Discounted price 25 050 Ft (23 857 Ft + 5% áfa)
27 229 Ft
Beszerezhetőség
Becsült beszerzési idő: A Prosperónál jelenleg nincsen raktáron, de a kiadónál igen. Beszerzés kb. 3-5 hét..
A Prosperónál jelenleg nincsen raktáron.
Why don't you give exact delivery time?
A beszerzés időigényét az eddigi tapasztalatokra alapozva adjuk meg. Azért becsült, mert a terméket külföldről hozzuk be, így a kiadó kiszolgálásának pillanatnyi gyorsaságától is függ. A megadottnál gyorsabb és lassabb szállítás is elképzelhető, de mindent megteszünk, hogy Ön a lehető leghamarabb jusson hozzá a termékhez.
A termék adatai:
- Kiadás sorszáma 1st ed.
- Kiadó Apress
- Megjelenés dátuma 2021. április 23.
- Kötetek száma 1 pieces, Book
- ISBN 9781484269268
- Kötéstípus Puhakötés
- Terjedelem537 oldal
- Méret 254x178 mm
- Súly 1038 g
- Nyelv angol
- Illusztrációk 60 Illustrations, black & white 215
Kategóriák
Rövid leírás:
- 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
Hosszú leírás:
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.
TöbbTartalomjegyzék:
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.