Date: Tue, 11 May 1993 22:48 EDT From: "Wonkoo Kim, EE, U. of Pittsburgh" Subject: Re: Hey It worked! To: wilsont AT rahul DOT NET, djgpp AT sun DOT soe DOT clarkson DOT EDU Concerning Timothy Wilson 's C problem, >Thanks for the tips on fixing my segmentation problem, the casting worked >great! :) > >the fprintf, fputc still doesn't work however. :( My original guess was right; My test with a short program showed that fopen("file", "rb+") didn't work, but fopen("file", "r+b") worked. Regards, Wonkoo.