list of articles tagged @cpp
“Undefined behavior in C and C++” (via) — “In other ways, less intuitively, the difficulty arises because C is NOT simply high-level assembly, and does NOT always give you what the underlying machine gives you. (…)”
♧ 2025-08-13“The difference between undefined behavior and ill-formed C++ programs” (via). See also especially muvlon’s rant in the discussion on lobste.rs.
♧ 2024-08-05“A Guide to Undefined Behavior in C and C++, Part 1” & Part 2 & Part 3 by John Regehr, and “Falsehoods programmers believe about undefined behavior” (via, via).
♧ 2024-06-07