We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
book/zh-cn/05-pointers.md
复制原文段落 std::cout << "A 被销毁" << std::end; std::cout << "B 被销毁" << std::end;
修改后的段落 std::cout << "A 被销毁" << std::endl; std::cout << "B 被销毁" << std::endl;
必要时,请附上相关截图
The text was updated successfully, but these errors were encountered:
PR welcome
Sorry, something went wrong.
1421f37
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Actual Description
book/zh-cn/05-pointers.md
实际描述
预期描述
附图
必要时,请附上相关截图
The text was updated successfully, but these errors were encountered: