laialaodi

Results 9 issues of laialaodi

[此文](https://github.com/Light-City/CPlusPlusThings/tree/master/basic_content/volatile#3volatile%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98) > 下面的问题可以看一下面试者是不是直正了解volatile。 “直正”?不是“真正”?

[原文](https://github.com/Light-City/CPlusPlusThings/blob/master/basic_content/const/README.md)中 `const` 的定义有误。 `const` 也支持浮点型等类型,证据如下: ```cpp #include using namespace std; int main() { const double PI = 3.14; printf("%lf", PI); return 0; } ``` ![image](https://user-images.githubusercontent.com/107795284/215703818-8e5493d5-5adc-436e-8166-28106be94f78.png) 并无报错

由于[网站到期](https://github.com/Light-City/CPlusPlusThings/issues/197),因此中文版本的 [README.md](https://github.com/Light-City/CPlusPlusThings/blob/master/README.md) 已标注网站不可用,但英文版本未更改。 因此英文版本的 [README.md](https://github.com/Light-City/CPlusPlusThings/blob/master/README_EN.md) 是否须注明网站不可用?

content error, the website is actually not available

如 `learn_class/modern_cpp_30/smart_ptr/` 下的所有 `cpp` 文件

为什么 english 目录下的文件基本没翻译a