Buch, Englisch, 500 Seiten, Format (B × H): 177 mm x 254 mm, Gewicht: 1070 g
Buch, Englisch, 500 Seiten, Format (B × H): 177 mm x 254 mm, Gewicht: 1070 g
ISBN: 978-1-4987-1163-0
Verlag: Taylor & Francis Ltd (Sales)
Teach Your Students How to Program Well
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.
The text covers numerous concepts and tools that will help your students write better programs. It 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.
Zielgruppe
Undergraduate students in computer science and engineering taking a C programming course (after CS1).
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
COMPUTER STORAGE MEMORY AND FILE: Program Execution. Stack Memory. Prevent, Detect, and Remove Bugs. Pointer. Writing and Testing Programs. Strings. Programming Problems and Debugging. Heap Memory. Programming Problems. Reading and Writing Files. Programming Problems. RECURSION: Recursion. Recursive C Functions. Integer Partition. Programming Problems. STRUCTURE: Programmer-Defined Data Types. Programming Problems. Linked Lists. Programming Problems. Binary Search Trees. Parallel Programming Using Threads. APPLICATIONS: Finding the Exit of a Maze. Image Processing. Huffman Compression. Appendices. Index.