2Qs
2Qs
- Subject: 2Qs
- From: William Squires <email@hidden>
- Date: Sun, 28 May 2006 08:51:03 -0500
1) How do I make a module (sub/function library) in ObjC? I'm trying to
convert some RealBASIC modules to ObjC (mostly stuff to work with CSV
files). Is there a special syntax - like '@interface/@impleementation'
for classes - ? Or do I just put the methods in question in a class as
class methods using '+' instead of '-'? Although this seems more like a
Java approach to me...
2) What's the default encoding of an NSString literal? I'm guessing
UTF8. And how do I append (concatenate) a character (double-quote -
ASCII value of 34) to an NSString?
William H Squires Jr
4400 Horizon Hill #4006
San Antonio, TX 78229
email@hiddenm <- remove the .nospam
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
- Follow-Ups:
- Re: 2Qs
- From: Joshua Scott Emmons <email@hidden>