Doesnt GCC understand OOP?

Sven Bachmann BachmannS@gmx.de
Sun Sep 19 03:15:00 GMT 1999


> OOP is all in the mind, so the *real* question is: do *you* understand
> OOP?

But why doesn't work this:

class myclass {
            int zahl;
public:
            int myfunc (int mycnt);
           };


int myclass::myfunc(int mycnt)
{
 return(mycnt);
}


Did anybody know?

Bye Sven




More information about the Gcc-help mailing list