• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

Best books for classic mac development?

rlawson

Member
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
 

mrw

Member
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.
 

rlawson

Member
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!
 

8bitbubsy

Well-known member
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.
 

rlawson

Member
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!
 

rplacd

Well-known member
+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.
 
Top