Surely C++ has way more implicit conversions than C, what with having all of C's and ctors defaulting to converting?
I was referring to C implicit conversions that aren't valid in C++ code, like void* to other pointer types.