作者:
Brian W. Kernighan
/
Dennis M. Ritchie 出版社: Prentice Hall 副标题: Second Edition 出版年: 1988-4-1 页数: 274 定价: USD 67.00 装帧: Paperback ISBN: 9780131103627
Presents a complete guide to ANSI standard C language programming. Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to take advantage of C's rich set of operators, economy of expression, improved control flow, and data structures. This 2nd edition has been completely rewritten with additional example...
Presents a complete guide to ANSI standard C language programming. Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to take advantage of C's rich set of operators, economy of expression, improved control flow, and data structures. This 2nd edition has been completely rewritten with additional examples and problem sets to clarify the implementation of difficult language constructs. 7 x 9 1/4.
Brian W. Kernighan works in the Computing Science Research Center at Bell Laboratories, Lucent Technologies. He is Consulting Editor for Addison-Wesley's Professional Computing Series and the author, with Dennis Ritchie, of The C Programming Language.
Dennis Ritchie is a computer scientist notable for his influence on ALTRAN, B, BCPL, C, Multics, and Unix.
If a name that has not been previously declared occurs in an expression and is followed by a left parenthesis, it is declared by context to be a function name, the function is assumed to return an int, and nothing is assumed about its arguments. Furthermore, if a function declaration does not include arguments, as in
double atof();
that too is taken to mean that nothing is to be assumed about the arguments of atof; all parameter checking is turned off. This special meaning of the empty argument list is intended to permit older C programs to compile with new compilers. But it’s a bad idea to use it with new programs. If the function takes arguments, declare them; if it takes no arguments, use void. (查看原文)
13 有用 hippy 2013-02-13 00:22:03
偶第一本读完的全英文书
0 有用 DMC 2010-07-02 03:27:41
不管是入門或是老手,都值得一看!!! 繁體中譯本公推淡江的冼鏡光老師翻譯的最好,不過因為未經授權發行,目前已經絕版了。
1 有用 小K童鞋 2010-01-07 11:14:40
5年前的这个时候,正在煎熬于此书
1 有用 果tree 2024-08-28 13:02:54 广东
神书,pdf读完,影印一本收藏下
0 有用 你的小葱 2012-01-18 09:42:08
eecs 381 textbook