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

Errors in the Dec 2020 edition #1

Open
embeddedc opened this issue Apr 2, 2021 · 1 comment
Open

Errors in the Dec 2020 edition #1

embeddedc opened this issue Apr 2, 2021 · 1 comment

Comments

@embeddedc
Copy link

p.7: C++ stack diagram should be Car1, Car2
p. 33: copy function copies 64 Point structs, should copy 64 bytes

@paulfloyd
Copy link

p,169 find_slow() is faster than find_fast(). It looks like the times are swapped.
p.339 cout is NOT entirely thread safe (for instance when padding is used)
p.468 the close paren after Fpar on the bottom right is subscripted, it should be at the level of the whole 1 - Fpar expression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants