-
-
Subscribe to this issue and stay notified about new notes.
-
- [非常不错的C++课程](https://www.bilibili.com/video/BV1Hb411Y7E5/?p=26&spm_id_from=pageDriver&vd_source=a347caa336de70ce3498ee425d07753b)
-
ex16_29 include error file 16.24.blob, it use the std::shared_ptr
Then I fix it,It will show
```
In file included from e:\Reading\C++\C+++Primer\CppPrimer-master\CppPrimer-master\ch16\ex16_29_b…
Layty updated
4 years ago
-
返回头中加一个 Content-Type: text/plain; charset=utf-8 应该就可以了.
但是我不知道github.io 可不可以加.
错误页面: https://demon90s.github.io/CppStudy/codes/CppPrimer/ch18_Tools_for_Large_Programs/exercise_18_01.cpp
-
### Exercise 16.38:
When we call make_shared (§ 12.1.1, p. 451), we have to provide an
explicit template argument. Explain why that argument is needed and
how it is used.
### Question or Bug
I …
-
![16](https://cloud.githubusercontent.com/assets/13666451/24386978/163dce5a-13a5-11e7-8b7b-7d4e466b1b09.png)
这个好像不对额 返回类型是T* 但arr是const T*?
-
[CppPrimer/ch15/ex15.26/bulk_quote.h](https://github.com/pezy/CppPrimer/blob/master/ch15/ex15.26/bulk_quote.h)
[vczh的知乎回答](https://www.zhihu.com/question/48111949/answer/109170320?group_id=73303667811…
bumzy updated
7 years ago
-
d:/Source/CppPrimer/chapter08/ex8_6.cpp:15: undefined reference to `read(std::istream&, Sales_data&)'
d:/Source/CppPrimer/chapter08/ex8_6.cpp:17: undefined reference to `read(std::istream&, Sales_dat…
-
想问下这个CppPrimer项目里的readme中第二行那个图片怎么生成的,那个图片中issues x open的数量还是随实际情况动态变化的。