Quantcast
Channel: Mlangc's Blog
Viewing all articles
Browse latest Browse all 10

When True Is Not True Anymore

$
0
0
We all know that accessing uninitialized variables in C and C++ usually leads to some kind of undefined behavior one usually wants to avoid. What I didn’t know until recently is that uninitialized bool values might be especially malicious beasts. To see what they can do to you, take a look at the following program, [...]

Viewing all articles
Browse latest Browse all 10

Trending Articles