Code from the book "Symantec C++ Programming for Macintosh", 2nd Edition, by Neil Rhodes
Note: Two directories are provided, both of which contain the same source code. One (with_LF/
) contains source files using line feeds (LF) for reading on macOS/OS X, the other (with_CR/
) uses carriage returns (CR) for Macintosh.
As there doesn't appear to be a copy of the disk that came with the book available on the web, at the time of writing, I thought that I would provide the code here. This is a "best guess" effort and may not be exactly the same as the original source disk, but the examples all compile and run (more or less).
See also:
- Source code for Symantec C++ Programming for Macintosh (1994)
- For a list of errata and other notes
- Inside Macintosh Links
Other Macintosh related repos:
- greenonline/Creation_from_Programmers_Guide_to_MPW_1990
- greenonline/Bug_fixes_for_the_hundredrabbits_repo
- greenonline/Code_from_Macintosh_Programming_Secrets_1988
- greenonline/Code_from_Macintosh_Programming_Secrets_1992
- Others: