图书标签: c 编程 C 编程语言 程序设计 programming Puzzle Book
发表于2024-11-08
The C Puzzle Book pdf epub mobi txt 电子书 下载 2024
The C Puzzle Book is an excellent choice for all programmers who want to expand on their basic knowledge of the C programming language. Completely compliant with ANSI C, this book has been designed to help readers gain a more thorough understanding of the C syntax and semantics through interesting puzzles that challenge the readers' proficiency with the basics. C programming specialist Alan Feuer covers major topics of C from different angles so the reader may gain a more complete understanding for the subject. He accomplishes this by including a variety of C program puzzles, challenging you to follow the puzzle through to determine the outcome. In many cases the programs are print statements, so the puzzle solution is the resulting printout. Once you have determined the puzzle solution, you may compare it with a detailed, step-by-step derivation offered in the book. The C Puzzle Book teaches intermediate C programming with an effective and unique method -- and it's fun! Working through formidable puzzles and checking your results fine tunes your skills for future programming challenges.This book is a great next step for any programmer who desires a deeper understanding of the C programming language. 0201604612B04062001
看的是1982年版的,那时C还是没有标准化,有许多东西和现在很不一样。例如 include那部分。
评分杨华中老师推荐
评分没意思,完全达不到《Java Puzzles》的水平。
评分我看的是1989Prentice Hall Software Series版本,这时候书上已经写以ANSI Standard C为用了。适合知道一点C的同学阅读,不适合初学者。我看的时候没在机器上面跑例程,只是用脑子想,翻翻看过去了这样。总体上还是一本挺好的书。
评分杨华中老师推荐
看完谭浩强的书后,建议看一下这本。虽然很短,但讲的都是一些必须注意的细节问题。很有帮助的。 尤其是第五章编程风格,值得西西品读。
评分看完谭浩强的书后,建议看一下这本。虽然很短,但讲的都是一些必须注意的细节问题。很有帮助的。 尤其是第五章编程风格,值得西西品读。
评分gcc (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4) 23页的Included Files中需要做些改变。并且所有使用PRINTN的地方都需要把f对应的参数加上单引号才行。 diff original.h modified_defs.h 3c3 < #define PR(format,value) printf("value = %format ", (value)) --- > #define P...
评分看完谭浩强的书后,建议看一下这本。虽然很短,但讲的都是一些必须注意的细节问题。很有帮助的。 尤其是第五章编程风格,值得西西品读。
评分gcc (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4) 23页的Included Files中需要做些改变。并且所有使用PRINTN的地方都需要把f对应的参数加上单引号才行。 diff original.h modified_defs.h 3c3 < #define PR(format,value) printf("value = %format ", (value)) --- > #define P...
The C Puzzle Book pdf epub mobi txt 电子书 下载 2024