ReadKey like Function in C

mcdonald at uxe.cso.uiuc.edu mcdonald at uxe.cso.uiuc.edu
Fri Sep 1 01:12:00 AEST 1989


In article <3802 at buengc.BU.EDU>, bph at buengc.BU.EDU (Blair P. Houghton) writes:
> No.  The real biggie is editors.
> What I want to know is, how does EDT work, if VMS can't handle
> character-at-a-time devices.

VMS can do input and output any way one wishes. It is just that by 
default everything goes through the "record manager". Single character,
disk block or group of blocks (independent of the record structure),
even absolute disk blocks, are all possible. They are just a
programming nuisance, and some (absolute disk blocks e.g.) require
priviledge.

Even arcade games a possible on a (lightly loaded) VAX.

Doug McDonald



More information about the Comp.lang.c mailing list