Welcome to MacForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Real simple question

 
   Macintosh computer (Home) -> Tools RSS
Related Topics:
Simple AppleScript question - I've got a simple that I use to drive the Terminal app. It will bring up open 8 Terminal windows in specified positions then start a program running in each. (These are 8 Lua scripts test traffic for an embedded system.) Anyway I..

What's a simple C programming environment on Mac OS X? - I need the ability to write some simple C code which would create a window and fill it with dots of different colors I need to be able to call where x,y are the of pixel (x,y) in the window, and c is the color. I'm..

Question regarding NavChooseObject - I'm writing an in french and I'm opening a dialog window to choose a folder the problem is that all the button are in english, is there a way to change this? thanks in adance Elad

Project Builder question - How do you go about editting what code is in a created file? Such as, when I create a new java file, it contains some comments, then public class { }. I'm wanting to edit the comments so that when I create new files it has what i

Thread Viewer question - Hi, I've been using the Thread Viewer Tools) to analyze the of an The app is running in XCode 2.1 debugger and via the Viewer I can see one thread is running much more than..
Next:  Tools: MacCVSPro and AppleSingle on OSX  
Author Message
Howard Shubs

External


Since: Dec 14, 2003
Posts: 392



(Msg. 1) Posted: Sun Nov 02, 2003 6:05 pm
Post subject: Real simple question
Archived from groups: comp>sys>mac>programmer>tools (more info?)

I've been paying very little attention over the last several years to
Mac-related programming tools, but I just opened a tgz file to peer into
it and found .m files. WTF are .m files, and how do I work on them?

--
You are what you eat, therefore, I'm a vegetable! Cows and chickens
and Pop Tarts are too.

 >> Stay informed about: Real simple question 
Back to top
Login to vote
Herb Petschauer1

External


Since: Feb 05, 2004
Posts: 12



(Msg. 2) Posted: Mon Nov 03, 2003 1:02 am
Post subject: Re: Real simple question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <howard-55C9F0.15051602112003.TakeThisOut@enews.newsguy.com>,
Howard Shubs <howard.TakeThisOut@shubs.net> wrote:

 > I've been paying very little attention over the last several years to
 > Mac-related programming tools, but I just opened a tgz file to peer into
 > it and found .m files. WTF are .m files, and how do I work on them?


Little attention indeed!

They're objective-C files.

If you you go to developer.apple.com and search on ".m" the 4th hit is
"MyQuartzView.m" which is Cocoa sample code. Cocoa is the "framework",
Obj-C is the language. I'm sure you can get more info on the Apple site
(and through Google).

hth,
H.

--
To reply via email, replace "LastNameHere" with my last name.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Real simple question 
Back to top
Login to vote
Gregory Weston

External


Since: Jul 06, 2003
Posts: 1221



(Msg. 3) Posted: Mon Nov 03, 2003 4:17 am
Post subject: Re: Real simple question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <howard-55C9F0.15051602112003.DeleteThis@enews.newsguy.com>,
Howard Shubs <howard.DeleteThis@shubs.net> wrote:

 > I've been paying very little attention over the last several years to
 > Mac-related programming tools, but I just opened a tgz file to peer into
 > it and found .m files. WTF are .m files, and how do I work on them?

With a text editor. They're Objective-C implementation files. Header
files retain the .h extension from C. Someone will hammer me for
oversimplifying, but Objective-C is essentially C with a relatively
small set of Smalltalk-inspired extensions to support OOP.

Apple's got some readable if somewhat contrived tutorials on their
developer site and there are several good books available. Google
"Hillegass" if you like to dive right in.

G<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Real simple question 
Back to top
Login to vote
Howard Shubs

External


Since: Dec 14, 2003
Posts: 392



(Msg. 4) Posted: Mon Nov 03, 2003 4:17 am
Post subject: Re: Real simple question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <gwestonREMOVE-83FDC9.20175402112003.RemoveThis@netnews.attbi.com>,
Gregory Weston <gwestonREMOVE.RemoveThis@CAPSattbi.com> wrote:

 > Apple's got some readable if somewhat contrived tutorials on their
 > developer site and there are several good books available. Google
 > "Hillegass" if you like to dive right in.

Fair enough. Thanks to you and Mr. Petschauer. The program I've got
the source code for has enough annoying bugs that I'm looking into this.

--
You are what you eat, therefore, I'm a vegetable! Cows and chickens
and Pop Tarts are too.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Real simple question 
Back to top
Login to vote
Display posts from previous:   
   Macintosh computer (Home) -> Tools All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]