This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with binary operation and result code


"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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]