请问HN:适合初学者的最佳与IDE/编译器无关的C++书籍推荐

1作者: dustfinger3 个月前原帖
有没有适合初学者的C++书籍,满足以下条件: 1. 与编辑器无关:我不想要关于如何设置某个流行IDE的章节。我已经有自己的方式了。 2. 与编译器/调试器无关:我已经知道自己想用哪个编译器/调试器,乐意接受一本假设我能自己搞定这一点的书。 3. 从第一章就开始编码。 4. 专注于初学者最重要的C++特性。 5. 不涉及图形,只使用控制台或ncurses。 6. 通过有趣的迷你难题项目教授初级代码组织和设计原则/模式,涉及基本算法。
查看原文
Are there any C++ books out there for beginners that:<p>1. Are editor agnostic: I am not interested in a chapter on how to setup some popular IDE. I do things my own way already.<p>2. compiler&#x2F;debugger agnostic: I already know what compiler&#x2F;debugger I want to use and I am happy to have a book that just assumes I can figure that bit out for myself.<p>3. Starts you coding on Chapter 1<p>4. Focused on the most important C++ features at a beginner level<p>5. No graphics, just console or ncurses<p>6. Teaches beginner level code organization and design principles&#x2F;patterns through engaging mini-puzzle projects involving fundamental algorithms