Revision as of 17:19, 14 April 2012 by Wang820 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Shiyu Wang Lec25 April 14th

Exam average is around 5-6

for text file

fscanf(filename,"%d",&val)

for binary file

fread(&val, sizeof(int), 1, filename)

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett