"Mozart" <[EMAIL PROTECTED]> writes:

> I've written a global class: my_class, and I have a public member
> function: get_value().
>
> How to call my_class::get_value() in gas ?

Call it in C++. Compile the file into assembly (with the '-S'
switch). Examine the resulting assembly for an answer.

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