Logo

Learn C The Hard Way by Zed A. Shaw

Small book cover: Learn C The Hard Way

Learn C The Hard Way
by

Publisher: LCodeTHW
Number of pages: 639

Description:
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, but for people who have at least read Learn Python The Hard Way or know one other programming language.

Home page url

Download or read it online for free here:
Download link
(multiple formats)

Similar books

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.
(17463 views)
Book cover: A to Z of CA to Z of C
by
This is an intermediate to advanced C programming book writen for C lovers, students, programmers, and other enthusiasts. The book is written to open many secrets of C, it alos introduces various approaches to solve different problems.
(38713 views)
Book cover: C Programming in LinuxC Programming in Linux
by - BookBoon
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 people who know C will ensure critical systems keep running.
(22300 views)
Book cover: The GNU C Programming TutorialThe GNU C Programming Tutorial
by - Free Software Foundation
This book is a tutorial for the computer programming language C. You should have some basic computer literacy: to be able to run a program, edit a text file, etc. The tutorial introduces basic ideas in a logical order and progresses steadily.
(23442 views)