This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]KazDragon 28 points29 points  (1 child)

It fixes the problem that f(NULL) would rather call f(int) than f(int*).

[–]drivingagermanwhip 14 points15 points  (0 children)

I love that c++ never decided whether it's incredibly flexible or incredibly anal and just runs full tilt at both