Skip to content

greenonline/Code_from_Symantec_C-_Programming_for_Macintosh_1994

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code_from_Symantec_C-_Programming_for_Macintosh_1994

Code from the book "Symantec C++ Programming for Macintosh", 2nd Edition, by Neil Rhodes

Cover art

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:


Other Macintosh related repos: