Hacker News new | ask | show | jobs
by moefh 2849 days ago
Another thing that could be fixed: the table in page 9 says long is 32 bits (with a footnote saying that depends on the compiler, the value shown is for gcc and g++).

That's only true when compiling for x86 (32 bits). When targeting x86-64 (the subject of the book), long is 64 bits in gcc and g++.

1 comments

Thanks, "fixing now!"