37
votes
58answers
4k views
What is the most spectacular way to shoot yourself in the foot with C++?
In 1986 or so, Bjarne Stroustrup famously said: "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off."
What is, in your opinion, …
13
votes
What is the most spectacular way to shoot yourself in the foot with C++?
Here on SO, Joel Coehoorn wrote about this example:
if ( blah(), 5) {
//do someth …
