• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Newbie question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie question


  • Subject: Re: Newbie question
  • From: Michael Vannorsdel <email@hidden>
  • Date: Mon, 7 Apr 2008 11:05:15 -0600

Change the function declarations/definitions to

- (NSString*)ChooseString:(int) IntVal (the * goes inside the parenthesis)


On Apr 7, 2008, at 10:45 AM, john darnell wrote:

Hello all:

For those of you who do not like answering elementary questions, you
might want to give this message a pass.

I am making my first foray into writing Cocoa applications, and I have
created a very simple class.  The header file looks like this:

  /* Chooser */

  #import <Cocoa/Cocoa.h>

  @interface Chooser : NSObject
  {
  }

  - (NSString) *ChooseString:(int) IntVal;  //  If I comment out this
line, the error and first warning goes away
  @end


And the implementation file looks like this:


@implementation Chooser
/* Commented out for debugging purposes
- (NSString) *ChooseString:(int) IntVal;
{
}
*/
- (id) init
{
self = [super init];
if (self != nil)
{
NSString * ListOfStrings = @"A stitch in time saves nine/No use
crying over spilt milk/A bird in the hand is worth two in the bush/ Never
put of to tomorrow what can be done today/Do not judge a man until you
have walked a mile in his shoes";
NSArray *StringList = [ListOfStrings
componentsSeparatedByString:@"/"];


     }
     return self;
  }

@end
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Newbie question
      • From: "Hamish Allan" <email@hidden>
    • Re: Newbie question
      • From: "I. Savant" <email@hidden>
References: 
 >Newbie question (From: "john darnell" <email@hidden>)

  • Prev by Date: Re: Open-source NSToolbar?
  • Next by Date: Re: Newbie question
  • Previous by thread: Newbie question
  • Next by thread: Re: Newbie question
  • Index(es):
    • Date
    • Thread