|
|
|
|
|
by robalni
2209 days ago
|
|
I would rather call this "the subtle dangers of function overloading". One thing I like about the C (not ++) language is that it's always clear what function that is being called by looking at the function name.
In C++ you have to guess a lot of times (or look very carefully). |
|