I am trying to edit a field as it is being input, not waiting for the using Microsoft VC
Borland will allow a "myChar = cin.get();" and will return the char immediately to program control. Microsoft insists that it must be followed by a before the program can see the character and provide an message.
How do I get Microsoft to get the character and return control to the program without waiting for a ? :rolleyes: