Practical C (e-bog) af Zambon, Giulio
Zambon, Giulio (forfatter)

Practical C e-bog

583,01 DKK (inkl. moms 728,76 DKK)
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; lists, arrays, FIFO and stacks; searching and sorting; recursion; binary trees; integration; string utilit...
E-bog 583,01 DKK
Forfattere Zambon, Giulio (forfatter)
Forlag Apress
Udgivet 18 november 2016
Genrer Computer programming / software engineering
Sprog English
Format pdf
Beskyttelse LCP
ISBN 9781484217696
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; lists, arrays, FIFO and stacks; searching and sorting; recursion; binary trees; integration; string utilities in/outside of C; web serving using Mongoose; game application code to build a MathSearch puzzle; and embedded software.Besides providing you with modules that you can immediately put to use, Practical C also teaches you how to leverage the C language in a way that beginner books cannot achieve.What You Will Learn:Avoid pitfalls that can cause intractable problemsHandle lists and arraysPerform searches and sortsBinary treesTake advantage of recursionHandle exceptionsAccess databasesCalculate integrals using numerical computation with practical applicationsDeal with strings in a convenient, error-free wayBuild a MathSearch game application, similar to WordSearch puzzle gamesDeal with issues specific to embedded applicationsWho This Book Is ForProgrammers who have a general knowledge of C.