首页
社区
课程
招聘
[转帖]The Little Book Of C Programming
发表于: 2020-12-16 16:14 1991

[转帖]The Little Book Of C Programming

2020-12-16 16:14
1991

The Little Book Of C Programming

English | 2019 | ISBN-13 : 978-1913132040 | 151 Pages | PDF + CODE | 2.16 MB


The fastest, easiest way to learn to program C. This book will teach you to program the C language from the ground up. You will learn everything from the fundamentals of programming right through to the complexities of pointers, addresses and File IO. Maybe you’ve tried to master C before but failed. Or maybe you are new to C or new to programming. If so, this is the book for you!


This book explains...


Fundamentals of C

Variables, Types, Constants

Operators and Tests

for loops and while loops

puts, printf and safer alternatives

Functions and Arguments

Arrays and Strings

Pointers

#define and const

switch/case/break

Memory Allocation

User-defined Types

structs and typedef

Header Files and Scope

File-handling

File pointers

Text files and binary files

...and much more


The Little Book Of C takes you from the very basics of C programming right through to complex topics such as pointers, addresses, memory allocation and how to avoid common problems such as ‘buffer overruns’ and ‘memory leaks’. All the source code is provided as a free download from the publisher's web site. The book explains everything you need to know to get started with productive C coding.


Huw Collingbourne has been a programmer for more than 30 years. He is an online programming instructor who has taught tens of thousands of students to code in languages such as C, C#, Java, Object Pascal and Ruby. He had written programming columns for numerous computer magazines such as PC Plus and Computer Shopper. He is Technical Director of the independent development company, SapphireSteel Software. He is the author of a number of programming books including The Book Of Ruby, The Little Book Of Pointers and The Little Book of Recursion.


The Little Book Of C gives you just the stuff you really need to get straight to the heart of C programming without all the fluff and padding.


ZIPPY + MEGA

https://mega.nz/file/FCwQzR5S#lC_7JGLzcEVsMDxeYtxSzxXUmGNiW0ZbuKKpCUltqWE

https://www79.zippyshare.com/v/IS787O1y/file.html



[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 1
支持
分享
最新回复 (2)
雪    币: 2318
活跃值: (8730)
能力值: ( LV2,RANK:15 )
在线值:
发帖
回帖
粉丝
2

本地存档

上传的附件:
2020-12-16 17:25
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
FleTime 本地存档
2020-12-16 17:35
1
游客
登录 | 注册 方可回帖
返回
//