This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with binary operation and result code
- From: llewelly at xmission dot com
- To: "Groschopf, Leonhard" <Leonhard dot Groschopf at fh-vie dot ac dot at>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 04 May 2004 07:47:08 -0600
- Subject: Re: Problem with binary operation and result code
- References: <WorldClient-F200405041534.AA34302744@fh-vie.ac.at>
"Groschopf, Leonhard" <Leonhard.Groschopf@fh-vie.ac.at> writes:
> Hallo,
>
> I am trying to compile code like this:
>
> Class object;
>
> If (SUCCESSFUL != object.get_a_value(value) ){
> //error ....
> }
[snip]
Please post an example which is short but sufficient to reproduce the
problem.
DONT try 'approximate' the code; you did that here, and you wrote
'Class', which isn't C++ at all.