errata
来自「《Big C++ 》Third Edition电子书和代码全集-Part1」· 代码 · 共 38 行
TXT
38 行
23.3
----
... and returned by either a pop (stack) or a front (queue)
^^^
top?
calc.cpp
--------
Lack of return stmt. in main() intentional?
tele.cpp
--------
line 52, TelephoneDirectory::find_entry
should the line be
iterator p = database.find( name );
rather than
iterator p = database.begin();
Let me know, I changed it in the notes.
Chptr. Summary, item #2
-----------------------
... extended though the use ...
^^^^^^
through
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?