Overload #173 is now available!
Highlights include:
-
Floating-Point Comparison WEB PDF
By Paul Floyd
Comparing floating point values can be difficult. Paul Floyd shows how you should perform floating-point comparisons (and how not to do it).
-
Determining If A Template Specialization Exists WEB PDF
By Lukas Barth
How do you tell if a class or function template can be used with specific arguments? Lukas Barth details his approach.
-
Stack Frame Layout On x86-64 WEB PDF
By Eli Bendersky
Stacks can have different layouts. Eli Bendersky describes the x86-64 layout in detail.
Add a Comment
Comments are closed.