Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

C Programming Cookbook : Over 40 Recipes Exploring Data Structures, Pointers, Interprocess Communication, and Database in C

Posted By: readerXXI
C Programming Cookbook : Over 40 Recipes Exploring Data Structures, Pointers, Interprocess Communication, and Database in C

C Programming Cookbook : Over 40 Recipes Exploring
Data Structures, Pointers, Interprocess Communication, and Database in C

by B. M. Harwani
English | 2019 | ISBN: 1789617456 | 336 Pages | PDF | 6.44 MB

C is a high-level language that's popular among developers. It enables you to write drivers for different devices, access machine-level hardware, apply dynamic memory allocation, and much more. With self-contained tutorials, known as recipes, this book will guide you in dealing with C and its idiosyncrasies and help you benefit from its latest features.

Beginning with common tasks, each recipe addresses a specific problem followed by explaining the solution to get you acquainted with what goes on under the hood. You will explore core concepts of the programming language, including how to work with strings, pointers, and single and multi-dimensional arrays. You will also learn how to break a large application into small modules by creating functions, handling files, and using a database. Finally, the book will take you through advanced concepts such as concurrency and interprocess communication.

By the end of this book, you'll have a clear understanding and deeper knowledge of C programming, which will help you become a better developer.

What you will learn:

Manipulate single and multi-dimensional arrays
Perform complex operations on strings
Understand how to use pointers and memory optimally
Discover how to use arrays, functions, and strings to make large applications
Implement multitasking using threads and process synchronization
Establish communication between two or more processes using different techniques
Store simple text in files and store data in a database

If you're a programmer with basic experience in C and want to leverage its features through modern programming practices, then this book is for you.