Enabling CTRL+C and CTRL+BREAK by Using PeekcharQQ
Article ID: 123687
Article Last Modified on 10/2/2003
APPLIES TO
- Microsoft FORTRAN PowerStation 1.0 Standard Edition
- Microsoft Fortran PowerStation 1.0a for MS-DOS
This article was previously published under Q123687
SUMMARY
To break out of a long running program, it is customary to use CTRL+C or
CTRL+BREAK. However, MS-DOS only checks for CTRL+C or CTRL+BREAK when
processing keyboard input. If there is no keyboard input in a loop (it
contains only calculations), the program is likely to ignore CTRL+C and
CTRL+BREAK.
The PeekcharQQ() function performs keyboard input processing and should not
significantly slow down your program, if used cautiously.
Additional query words: kbinf nofpsnt 1.00 1.00a
Keywords: KB123687