[EMAIL PROTECTED] writes:

> C does not permit multiple definitions of the same name, I think.  C++
> does.  Maybe if you can modify your 4gl to call g++ instead of gcc or

No, C++ only allows multiple functions with the same name if they have
different type signatures (i.e., take different arguments).

-- 
Aaron M. Ucko, KB1CJC <[EMAIL PROTECTED]> (finger [EMAIL PROTECTED])

Reply via email to