[comp.sys.mac.programmer] THINK C 4.0 vs. 3.0 stdio files

majors@milton.u.washington.edu (Robert Majors) (08/23/90)

I have just purchased THINK C 4.0, and have started to read the 
Macintosh Programming PRIMER.  While building the Hello, World 
project, I have had no problem adding MacTraps and Hello.c, but
I cannot locate the stdio file (only the stdio.c) in the Add.... 
browser/dialogue box.  From within Multifinder, I can see stdio.h,
but cannot open it from Add... .  I believe I want the plain stdio 
file -- (the PRIMER is based on 3.0).  I have some project files I
made some time ago under an earlier version of TC, and the stdio 
file (without a c or h extension) is in the projects.  I have gone
back to the distribution master disks (which were locked when I
installed), and cannot find a plain stdio file.

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>v
^ Robert Majors          \ University of Washington  Language Learning Center v
^ majors@u.washington.edu \ tel 206-543-0536  snail: DH-40, Seattle, WA 98195 v
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

brian%cirrusl@oliveb.ATC.olivetti.com (Brian Feinberg) (08/29/90)

In <6635@milton.u.washington.edu> majors@milton.u.washington.edu (Robert Majors) writes:

>I have just purchased THINK C 4.0, and have started to read the 
>Macintosh Programming PRIMER.  While building the Hello, World 
>project, I have had no problem adding MacTraps and Hello.c, but
>I cannot locate the stdio file (only the stdio.c) in the Add.... 
>browser/dialogue box. 


Macintosh Programming Primer is based on Think C 3.0. While most of the 
examples should work, Think C 4.0 doesn't have a stdio library, rather 
you want to use the ANSI library which supercedes it.

-- Brian Feinberg