
29 Aug
2011
29 Aug
'11
10:09 p.m.
Gordon Woodhull wrote:
If I had to write a conversion function, I would rather write it as an overload of a general-purpose converter, rather than giving it some ugly typeA2TypeB name.
Why is e.g. rgb_to_cmyk() "ugly"? Is it because it is C, and C syntax is ancient history that must be purged from modern C++? Regards, Phil.