Skip to content
New issue

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

第13章 13.3.2节-与 C/C++ 语言交互: 类型匹配与内存布局 #312

Open
Kreedzt opened this issue Dec 2, 2020 · 2 comments
Open
Labels
待确认 待确认的问题 第十三章 第十三章 重复 和其他issues重复

Comments

@Kreedzt
Copy link

Kreedzt commented Dec 2, 2020

C语言字符串描述错误

原文

代码清单 13-68中...但是C语言中的字符串是一个以 "\n" 结尾的字符数组
....
CStr 类型会产生一个以 "\n" 字符数组的引用

应修改为

C 语言的字符串是以 '\0' 结尾的字符数组

在 <<CPrimerPlus 6th>> 中第 11 章第1.1节(在程序中定义字符串)有提及
维基百科: https://en.wikipedia.org/wiki/C_string_handling

@Kreedzt Kreedzt changed the title 第13章 13.2节-与 C/C++ 语言交互: 类型匹配与内存布局 第13章 13.3.2节-与 C/C++ 语言交互: 类型匹配与内存布局 Dec 2, 2020
@ZhangHanDong ZhangHanDong added the 第十三章 第十三章 label Dec 2, 2020
@ZhangHanDong
Copy link
Owner

@Kreedzt 感谢反馈。可能和其他issues重复了。请问你看的是第几次印刷版本?

@ZhangHanDong ZhangHanDong added 待确认 待确认的问题 重复 和其他issues重复 labels Dec 2, 2020
@Kreedzt
Copy link
Author

Kreedzt commented Dec 14, 2020

微信读书的版本, 与此重复: #258

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
待确认 待确认的问题 第十三章 第十三章 重复 和其他issues重复
Projects
None yet
Development

No branches or pull requests

2 participants