emiscc.htm
来自「一个非常适合初学者入门的有关c++的文档」· HTM 代码 · 共 5 行
HTM
5 行
Effective C++, 2E | Miscellany Back to Item 44: Say what you mean; understand what you're saying.Continue to Item 45: Know what functions C++ silently writes and calls.MiscellanySome guidelines for effective C++ programming defy convenient categorization. This section is where such guidelines come to roost. Not that that diminishes their importance. If you are to write effective software, you must understand what compilers are doing for you (to you?) behind your back, how to ensure that non-local static objects are initialized before they are used, what you can expect from the standard library, and where to go for insights into the language's underlying design philosophy. In this final section of the book, I expound on these issues, and more. Back to Item 44: Say what you mean; understand what you're saying.Continue to Item 45: Know what functions C++ silently writes and calls.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?