[EMAIL PROTECTED] writes:

> but for all the PUBLIC virtual methods, their symbols are all start
> with "_ZTV".

No, they do not. Only the virtual table pointer starts with _ZTV.

> so I want to known, what's the rule that GCC used to generate the
> symbols, especially for the virtual functions.

You do know about 'c++filt', right?

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to