Subscribe
- Follow Andrzej's C++ blog on WordPress.com
-
Recent Posts
Archives
Tag Archives: undefined behavior
Faces of undefined behavior
I have been busy recently (doing C++-related stuff) and cannot find a spare time for preparing a decent blog post. I expect that to change in November. For the interim I am posting here my last year’s talk at code::dive: … Continue reading
Posted in programming
Tagged advanced-c++, correctness, gotchas, static analysis, stating intentions, undefined behavior
1 Comment
Concealing bugs
Consider the following piece of program code. This program is expected to open file contents.txt, read names from it; then find a desired name, and do something with it. But the program will not do it, because I have a … Continue reading
Posted in programming
Tagged contracts, correctness, static analysis, stating intentions, undefined behavior
21 Comments