文件名称:Microsoft编写优质无错C程序秘
文件大小:245KB
文件格式:EXE
更新时间:2013-03-10 10:22:51
Microsoft编写优质无错C程序秘
编程精粹 ─── Microsoft 编写优质无错C 程序秘诀 Writing Clean Code ─── Microsoft Techniques for Developing Bug-free C Programs Steve Maguire 著 姜静波 佟金荣 译 麦中凡 校 电子工业出版社 编写优化、高效、无错地代码 2 这份电子书籍由PC Home 俱乐部、C++ Bulider 讨论区数位网友分别整理完成,基本 上完全按照所据译本原貌,极少数文字为通顺起见稍作修改。由于并非一人整理完成,书 中例程各章节代码书写风格可能稍有不同,如指针声明,以下两种写法都存在: void* pv // ‘*’号与类型说明符相连 void *pv // ‘*’号与变量名相连-programming essence Building Building Quality Microsoft prepared no wrong C program secret Writing Cl ean Building Code Building Techniques for Building Microsoft Developi Vi Bug-free C Programs with Steve Maguire Jiangjingbei Tong Mai Jinrong translation Where were the school electronics industry publishing company optimization, efficient, no wrong code to the two e-books by PC Home Club, C Bulider discussing several netizens were sorted out, basically According to the translation in accordance with the original landscape. very few words for the sake of coherence with some slight modifications. Because a person is not sorted out, the chapters of the book Programming code writing style may be slightly different, such as pointer statement, Following two written exist : void * pv /