re Waterloo C compiler

kgdykes at watbun.UUCP kgdykes at watbun.UUCP
Wed Apr 3 08:19:33 AEST 1985


> From: ATSWAF%UOFT01.BITNET at WISCVM.ARPA (Wendy Fraker)
> Date: 28 Mar 85 19:20:35 GMT
> 
> I need some example programs using the Waterloo C Compiler (don't laugh!)
> our system has it in CMS and I am supposed to become the "expert"
> consultant for it. But it seems that any functions I use for opening or
> reading files don't work properly, even though the same program works
> fine on a VAX using UNIX. Also the backslash N in a printf doesn't work
> ..all printed lines are saved until the program has finished running
> and then they all print at once. Anyone have any possible solutions (be-
> sides using something other than Waterloo C) or examples that I could try
> 
>                            Wendy Fraker (ATSWAF at UOFT01.bitnet)

Just a note from Waterloo here, that is *ONE* of the Waterloo compilers.
 
Re: all printed lines saved until end-of-program, WHO SAYS back-n should
   flush immediately????
   or are you saying even WITH a fflush(), they still wait till program
   termination??
   Also, CMS is essentially batch-oriented, I can easily see batch programs
   holding onto output until it knows its done.
 
>From a lackey in the non-IBM land C development at Waterloo....

              - Ken Dykes
                Software Development Group, U. of Waterloo
                Waterloo, Ontario, Canada.  N2L 3G1
                {clyde,utzoo}!watmath!water!watbun!kgdykes



More information about the Comp.lang.c mailing list