Ben Klemens has been doing statistical analysis and computationally-intensive modeling of populations ever since getting his PhD in Social Sciences from Caltech. He is of the opinion that writing code should be fun, and has had a grand time writing analyses and models (mostly in C) for the Brookings Institution, the World Bank, National Institute of Mental Health, et al. As a Nonresident Fellow at Brookings and with the Free Software Foundation, he has done work on ensuring that creative authors retain the right to use the software they write. He currently works for the United States FederalGovernment.
发表于2024-11-07
21st Century C 2024 pdf epub mobi 电子书
# Notes on 21st Century C ## Doxygen and CWEB (pp. 43-46) Doxygen is old-fashioned and hard to install. And I hardly encountered any project using CWEB. On the other side, Sphinx has a C domain. ## Call C from Python (pp. 93-94) The FFI way is much cleaner....
评分v2贴子:http://v2ex.com/t/239274 书是好书,读书笔记另外开贴,这里只谈翻译,真像是机器翻译 注:以下页码为中文版页码,[]内是我发的牢骚 P28:1.7.3嵌入文档 [看看原文,所谓的“嵌入文档”原来是“here document”。另外,P26页章节标题“通过本地文档来编译C程序”中的...
评分v2贴子:http://v2ex.com/t/239274 书是好书,读书笔记另外开贴,这里只谈翻译,真像是机器翻译 注:以下页码为中文版页码,[]内是我发的牢骚 P28:1.7.3嵌入文档 [看看原文,所谓的“嵌入文档”原来是“here document”。另外,P26页章节标题“通过本地文档来编译C程序”中的...
评分v2贴子:http://v2ex.com/t/239274 书是好书,读书笔记另外开贴,这里只谈翻译,真像是机器翻译 注:以下页码为中文版页码,[]内是我发的牢骚 P28:1.7.3嵌入文档 [看看原文,所谓的“嵌入文档”原来是“here document”。另外,P26页章节标题“通过本地文档来编译C程序”中的...
评分v2贴子:http://v2ex.com/t/239274 书是好书,读书笔记另外开贴,这里只谈翻译,真像是机器翻译 注:以下页码为中文版页码,[]内是我发的牢骚 P28:1.7.3嵌入文档 [看看原文,所谓的“嵌入文档”原来是“here document”。另外,P26页章节标题“通过本地文档来编译C程序”中的...
图书标签: c C 计算机 Programming C/C++ 软件开发 計算機 英文版
Throw out your old ideas about C and get to know a programming language that’s substantially outgrown its origins. With this revised edition of 21st Century C, you’ll discover up-to-date techniques missing from other C tutorials, whether you’re new to the language or just getting reacquainted.
C isn’t just the foundation of modern programming languages; it is a modern language, ideal for writing efficient, state-of-the-art applications. Get past idioms that made sense on mainframes and learn the tools you need to work with this evolved and aggressively simple language. No matter what programming language you currently favor, you’ll quickly see that 21st century C rocks.
Set up a C programming environment with shell facilities, makefiles, text editors, debuggers, and memory checkers
Use Autotools, C’s de facto cross-platform package manager
Learn about the problematic C concepts too useful to discard
Solve C’s string-building problems with C-standard functions
Use modern syntactic features for functions that take structured inputs
Build high-level, object-based libraries and programs
Perform advanced math, talk to internet servers, and run databases with existing C libraries
This edition also includes new material on concurrent threads, virtual tables, C99 numeric types, and other features.
21st Century C 2024 pdf epub mobi 电子书