Logo

Modern C by Jens Gustedt

Small book cover: Modern C

Modern C
by

Publisher: ICube
Number of pages: 222

Description:
This 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 and type generic programming.

Home page url

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

Similar books

Book cover: 88 C Programs88 C Programs
by - Smashwords
The author included example programs that exhaustively illustrate the important points of C. By working through these programs you can teach yourself C. It is assumed that you already know how to program and are familiar with standard algorithms.
(17255 views)
Book cover: Functional CFunctional C
by - Addison-Wesley
The book teaches how to program in C, assuming that the student has already learnt how to formulate algorithms in a functional style. The student will become a better C programmer, capable of writing programs that are easier to maintain.
(17472 views)
Book cover: The New C StandardThe New C Standard
by - Addison-Wesley Professional
The book about the latest version of the C Standard, it is a systematic analysis of the language standard. Every sentence in the C Standard appears in this book, followed by a commentary section, common implementations, coding guidelines, etc.
(22339 views)
Book cover: Learn C The Hard WayLearn C The Hard Way
by - LCodeTHW
A clear and direct introduction to modern C programming. The purpose of this book is to get you strong enough in C that you'll be able to write your own software in it, or modify someone else's code. The text is not for beginners.
(23754 views)