|
|
|
|
|
by mpyne
4689 days ago
|
|
Operator overloading is very useful in the context of generic code though (through templates). I've programmed C++ for probably more than a decade now and I've been bitten by many of its features at some point, but operator overloading would rank right near the bottom of my burn list. It can be abused, that's for sure, but so can many C features. |
|