GeistHaus
log in · sign up

What Every C Programmer Should Know About Undefined Behavior #2/3

blog.llvm.org

In Part 1 of our series, we discussed what undefined behavior is, and how it allows C and C++ compilers to produce higher performance applications than "safe" languages. This post talks about how "

10 pages link to this URL
No real numbers

Interactive article about the pitfalls of integer and floating point arithmetic.

0 inbound links article en
60 terrible tips for a C++ developer

In this article, you′re going to find 60 terrible coding tips — and explanations of why they are terrible. It′s a fun and serious piece at the same time. No matter how terrible these tips look, they...

1 inbound link article en C++ CppKnowledge