Book description
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 problems
Handle lists and arrays
Perform searches and sorts
Binary trees
Take advantage of recursion
Handle exceptions
Access databases
Calculate integrals using numerical computation with practical applications
Deal with strings in a convenient, error-free way
Build a MathSearch game application, similar to WordSearch puzzle games
Deal with issues specific to embedded applications
Who This Book Is For
Programmers who have a general knowledge of C
Table of contents
- Cover
- Frontmatter
- 1. Introduction
- 2. Tricky Bits
- 3. Iteration, Recursion, and Binary Trees
- 4. Lists, Stacks, and Queues
- 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 Application: MathSearch
- Backmatter
Product information
- Title: Practical C
- Author(s):
- Release date: November 2016
- Publisher(s): Apress
- ISBN: 9781484217696
You might also like
book
Serious Python
Sharpen your Python skills as you dive deep into the Python programming language with Serious Python. …
book
Effective C
The world runs on code written in the C programming language, yet most schools begin the …
book
Effective Python: 90 Specific Ways to Write Better Python, 2nd Edition
Updated and Expanded for Python 3 It’s easy to start developing programs with Python, which is …
book
C Primer Plus, Sixth Edition
C Primer Plus is a carefully tested, well-crafted, and complete tutorial on a subject core to …