-
Notifications
You must be signed in to change notification settings - Fork 172
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
【第二章】2.6.2 u8 等数据类型范围标示错误 #309
Comments
@DawnMagnet 感谢反馈。但要注意言辞哦。 |
@DawnMagnet 扫描书封面内测二维码可以加读者群,直接与我交流。 |
@DawnMagnet 是我看错了,还没修正这个问题,u8 确实是 255 MAX。想不通我当时写的时候怎么搞错的。。。 |
@DawnMagnet 不要closed先。 |
谢谢,言语确实有些过激😅,那请问哪里可以买到除了第一版以外的其他版本呢按照GITHUB发布页的链接到了京东电子工业出版社仍是第一版 |
@ZhangHanDong 最新是第一版,没问题。我上面指的印刷版次。但是我发现你指出的问题,还未修正,等下个印刷版再修正吧。感谢反馈。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
26/27页
u8的范围应为0-255并非书中写的0-2^(8-1)
而应为0-2^8-1
以下全是错的
The text was updated successfully, but these errors were encountered: