Revised for a new second edition, Intermediate C Programming provides a stepping-stone for intermediate-level students to go from writing short programs to writing real programs well. It shows students how to identify and eliminate bugs, write clean code, share code with others, and use standard Linux-based tools, such as ddd and valgrind.This second edition provides expanded coverage of these topics with new material focused on software engineering, including version control and unit testing. The text enhances their programming skills by explaining programming concepts and comparing common mistakes with correct programs. It also discusses how to use debuggers and the strategies for debugging as well as studies the connection between programming and discrete mathematics.Including additional student and instructor resources available online, this book is particularly appealing as a classroom resource.
Les mer
Revised for a new second edition, Intermediate C Programming provides a stepping-stone for intermediate-level students to go from writing short programs to writing real programs well. It shows students how to identify and eliminate bugs, write clean code, share code with others, and use standard Linux-based tools.
Les mer
List of FiguresList of TablesForeword for the First EditionRecommendations for the First EditionPrefaceAcknowledgementsSource CodeAuthor and ArtistI Storage: Memory and File1. Program Execution2. Stack Memory3. Prevent, Detect and Remove Bugs4. Pointers5. Writing and Testing Programs6. Strings7. Heap Memory8. Programming Problems Using Heap Memory9. Reading and Writing Files10. Programming Problems Using File11. Array Index, Security and Trends12. Version ControlII Recursion13. Concept14. Recursive C Functions15. Integer Partition16. Programming Problems Using RecursionIII Structure17. Programmer-Defined Data Types18. Programming Problems Using Structure19. Linked Lists20. Programming Problems Using Linked List21. Binary Search Tree22. Parallel Programming Using Threads23. Unit TestIV Applications24. Find the Exit of a Maze25. Sudoku26. Image Processing27. Huffman CompressionIndexEpilogue: The Computer Engineer as Tool-User
Les mer

Produktdetaljer

ISBN
9781032191744
Publisert
2024-02-06
Utgave
2. utgave
Utgiver
Vendor
CRC Press
Vekt
957 gr
Høyde
254 mm
Bredde
178 mm
Aldersnivå
G, U, P, UF, 01, 05, 06, 08
Språk
Product language
Engelsk
Format
Product format
Innbundet
Antall sider
400

Biographical note

Yung-Hsiang Lu is a professor in the School of Electrical and Computer Engineering of Purdue University, West Lafayette, Indiana USA. He is a fellow of the IEEE and distinguished scientist of the ACM. He is the first director of Purdue's John Martinson Entrepreneurial Center. His research areas include computer vision and embedded systems. He received the PhD. from Electrical Engineering of Stanford University, California, USA.

George K. Thiruvathukal is a professor and chairperson in the Computer Science department at Loyola University Chicago. He is a senior member of IEEE. His research areas include parallel and distributed systems, software engineering, and computer visions. He received the PhD. from Illinois Institute of Technology.