discuss-gnustep
[Top][All Lists]
Advanced

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

How to call?


From: Peter Karlsson
Subject: How to call?
Date: Wed, 05 Mar 2003 07:43:12 +0000

Hi dear list!

I have a problem. This is my interface file:

@interface reset : NSObject
{
}
- reset;
@end

This is my implementation file:

@implementation reset
- reset
{
   printf("Hello Gnu People\n");
   return self;
}
@end

The question is, how do I call reset? I tried just to type reset; and I got no errors or warnings when building but the reset code is not called, seems to be ignored. What am I doing wrong here?

Best regards Peter




_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus





reply via email to

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