Intermediate C programming /

Annotation

Saved in:
Bibliographic Details
Main Author: Lu, Yung-Hsiang (Computer scientist) (Author)
Format: Electronic eBook
Language:English
Published: Boca Raton : CRC Press, [2015]
Subjects:
Online Access:CONNECT
Table of Contents:
  • Front Cover; Contents; List of Figures; List of Tables; Foreword; Preface; Author, Reviewers, and Artist; Rules in Software Development; Source Code; I. Computer Storage: Memory and File; 1. Program Execution; 2. Stack Memory; 3. Prevent, Detect, and Remove Bugs; 4. Pointers; 5. Writing and Testing Programs; 6. Strings; 7. Programming Problems and Debugging; 8. Heap Memory; 9. Programming Problems Using Heap Memory; 10. Reading and Writing Files; 11. Programming Problems Using File; II. Recursion; 12. Recursion; 13. Recursive C Functions; 14. Integer Partition.
  • 15. Programming Problems Using RecursionIII. Structure; 16. Programmer-Defined Data Types; 17. Programming Problems Using Structure; 18. Linked Lists; 19. Programming Problems Using Linked List; 20. Binary Search Trees; 21. Parallel Programming Using Threads; IV. Applications; 22. Finding the Exit of a Maze; 23. Image Processing; 24. Huffman Compression; A. Linux; B. Version Control; C. Integrated Development Environments (IDE).