Practical C

Learn practical C techniques, including often-needed algorithms within reusable functions. In this book, you'll have the following code and advice at your fingertips: layout and pre-processors; control structures, iterations, and selections; pointers and structures; databases; reusability; list...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Zambon, Giulio (Συγγραφέας)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress : Imprint: Apress, 2016.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • 1. Introduction
  • 2. Tricky Bits
  • 3. Iteration, Recursion, and Binary Trees
  • 4. Lists, Queues, and Stacks
  • 5. Exception Handling
  • 6. String Utilities
  • 7. Dynamic Arrays
  • 8. Searching
  • 9. Sorting
  • 10. Numerical Integration
  • 11. Embedded Software
  • 12. Databases
  • 13. Web Server using Mongoose
  • 14. Game App: "MathSearch"
  • Appendix A: Abbreviations and Acronyms
  • Appendix B: Introduction to SQL.