This is OK for C, where there's no overloading. This is not OK for C++, where one function name may have multiple function bodies (and parameter lists).<BR><BR>To solve this, the C++ compiler will ...