提问 HN:最适合 C++ 初学者的、与 IDE/编译器无关的书籍有哪些?
1 分•作者: dustfinger•7 个月前
有没有适合 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/debugger agnostic: I already know what compiler/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/patterns through engaging mini-puzzle projects involving fundamental algorithms