errata
来自「《Big C++ 》Third Edition电子书和代码全集-Part1」· 代码 · 共 23 行
TXT
23 行
pg 947, middle
---------------
'...Remarkably, the streambuf class has no idea...
...Derived classes such as filebuf and streambuf redefine the...'
Is this how you meant to say it? Maybe 'filebuf and stringbuf'?
pg 953, top
-----------
class Bundle needs a closing semicolon
pg 959, middle
--------------
In the code, the parameter for Invoice::Print is an InvoiceFormatter, but
on the previous page you wrote the InvoicePrinter class, and that is the
one you use in the code (the files).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?