• Hello MLAers! We've re-enabled auto-approval for accounts. If you are still waiting on account approval, please check this thread for more information.

Best books for classic mac development?

rlawson

6502
I have the programming primer and also teach yourself c on the macintosh both of which are good

What other books are recommended for creating Mac software

I am programming in C mainly but not averse to C++ or Basic

Thanks!
Rick
 
I strongly recommend downloading a MacTech archive image, like the one below, which includes example source code and at least low-res pictures in articles that have them:
For Apple's develop magazine, which that image includes, a better resource is: https://vintageapple.org/develop/ - e.g.
https://vintageapple.org/develop/pdf/develop-06_9104_Spring_1991.pdf has a much more readable version of the "MacTCP Cookbook" article than what's on the MacTech image.
 
I strongly recommend downloading a MacTech archive image, like the one below, which includes example source code and at least low-res pictures in articles that have them:
For Apple's develop magazine, which that image includes, a better resource is: https://vintageapple.org/develop/ - e.g.
https://vintageapple.org/develop/pdf/develop-06_9104_Spring_1991.pdf has a much more readable version of the "MacTCP Cookbook" article than what's on the MacTech image.
Thank you for the links!
 
Not really a book, but I really recommend giving THINK Reference a try. That software is a gold mine for looking up system/toolbox functions to see what they do, the input parameters and so on.

I'm sure there exists a book with this kind of information as well.
 
Not really a book, but I really recommend giving THINK Reference a try. That software is a gold mine for looking up system/toolbox functions to see what they do, the input parameters and so on.

I'm sure there exists a book with this kind of information as well.
Thanks will do!
 
+1 for the Macintosh C Programming Primer (and Pascal, too), as well as THINK Reference. There are quite a few versions of the Reference on the Macintosh Garden, but you’ll have to hunt for the later ones.
 
Back
Top