Hi,
Sorry 'bout that - it was a typo, between transferring code from emacs to my email program. The actual code I tried to compile was:
class X_application
{
public:
X_application();
~X_application();
};
The rest of the code made the transfer fine. 8-)
thanks
David Buddrige.
[EMAIL PROTECTED]
10/19/2001 11:24 AM EST
To: [EMAIL PROTECTED]
cc:
bcc:
Subject: Re:[Xpert]Trying to use g++ to write X app.
Is it just me, or could it be the fact that you stated the constructor twice
and have no destructor?
> X_application.H:
>
> class X_application
> {
> public:
> X_application();
> X_application();
> };
