Logo

C Programming in Linux by David Haskins

Small book cover: C Programming in Linux

C Programming in Linux
by

Publisher: BookBoon
ISBN-13: 9788776814724
Number of pages: 84

Description:
Using a series of web development examples, this book will give you an interesting glimpse into a powerful lower-level world. C is tight and spare and economical, and in the current world climate people who know C will ensure critical systems keep running. A knowledge of C is now and has been for years a pre-requisite for serious software professionals and with the recent popularity and maturity of Open Systems this is even more true. The book refers to a C source code bundle which you can download here.

Home page url

Download or read it online for free here:
Download link
(4.4MB, PDF)

Similar books

Book cover: Learning GNU CLearning GNU C
by
The book teaches GNU users how to write software in C. It is written as a tutorial for beginners but should be thorough enough to be used as a reference by experience programmers. The basics are layed down in full in the first few chapters.
(20682 views)
Book cover: Modern CModern C
by - ICube
The book introduces you to the very basics of programming with C, details most principal concepts and features such as control structures, data types, operators and functions, fully explains pointers, performance, reentrancy, atomicity, threads, etc.
(10830 views)
Book cover: C Programming Notes for ProfessionalsC Programming Notes for Professionals
- GoalKicker.com
Contents: Getting started with C; Data Types; Arrays; Linked lists; Iteration Statements, Loops; Selection Statements; Declaration vs Definition; Command-line arguments; Pointers; Error handling; Preprocessor and Macros; Variable arguments; etc.
(1363 views)
Book cover: C Programming for BeginnersC Programming for Beginners
- The C Guru
C is not a high level language, instead it is a mid level language with simplicity of high level language and power of low-level language. As a result programs written in C are very fast. C is used to create UNIX, Linux, Windows, Photoshop.
(13686 views)