help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to access member function in GAS?


From: Paul Pluzhnikov
Subject: Re: How to access member function in GAS?
Date: Fri, 11 Aug 2006 20:43:36 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

"Mozart" <bsdmaillist@gmail.com> 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]