home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / programm / 20339 < prev    next >
Encoding:
Text File  |  1992-12-27  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!caen!positron
  3. From: positron@engin.umich.edu (Jonathan Scott Haas)
  4. Subject: Two more questions from a newbie
  5. Message-ID: <w=Z=wfB@engin.umich.edu>
  6. Date: Sun, 27 Dec 92 16:02:18 EST
  7. Organization: University of Michigan Engineering, Ann Arbor
  8. Nntp-Posting-Host: marjoram.engin.umich.edu
  9. Lines: 22
  10.  
  11. First, forgive me if this is a silly question, but what is MPW?
  12. What's it used for, and why would I want to use it? My school
  13. has a site license for it, so I can get ahold of it... should I?
  14.  
  15. Secondly, I've been playing around with Think C, and one thing
  16. I noticed is that several functions mentioned in Inside Mac seem
  17. to have different names under Think C. I'd rather write code the
  18. way Inside Mac says to, so I've created a file called thinkc.h
  19. that currently contains:
  20.  
  21.      #define AppendResMenu AddResMenu
  22.      #define GetMenuHandle GetMHandle
  23.      #define GetMenuItemText GetItem
  24.  
  25. ...and so on. My question is: why? Why doesn't Think C use the
  26. "standard" names for these functions?
  27.  
  28. -- 
  29. __/\__  Jonathan S. Haas         | Jake liked his women the way he liked
  30. \    /  University of Michigan   | his kiwi fruit: sweet yet tart, firm-
  31. /_  _\  positron@engin.umich.edu | fleshed yet yielding to the touch, and
  32.   \/                             | covered with short brown fuzzy hair.
  33.