getObjects:andKeys

2008-12-17 Thread Jordon Hirshon
Can someone tell me where I might see an example of this method? Thanks, Jordon ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-

NSSTextView

2008-11-25 Thread Jordon Hirshon
I have a command line tool that outputs to the console. I would like to rewrite the application and have the output displayed in a textView window. What's the best way to go about this? Jordon ___ Cocoa-dev mailing list (Cocoa-dev@lists.ap

Remove '\n' char from NSString

2008-11-15 Thread Jordon Hirshon
Is there an NSString function that would remove all of the '\n' chars from an NSString? I'm trying to concatenate all of the lines in a string into one gigantic line (about 5 unicode chars). Jordon ___ Cocoa-dev mailing list (Cocoa-de

File I/O

2008-09-19 Thread Jordon Hirshon
How can I read a file a line at a time (i.e. getline)? I'm trying to do this in a Cocoa Framework. Thanks, Jordon ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Co

Two Dimensional Array

2008-09-12 Thread Jordon Hirshon
I'm new to Objective-C. Can someone suggest an approach to building a two dimensional array of integers? Thanks, Jordon ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the lis