qcenv.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
n.72
You typed CTRL+C to stop executing a program that
installed a CTRL-C handler. The following types of
programs may install CTRL-C handlers:
 
  ■ Programs that use floating-point arithmetic
  ■ Programs that make signal( SIG_INT... ) calls
  ■ External libraries
 
Choose <Yes> to restart the program. If you choose <No>
and continue execution, your program might cause the
system to crash.
 
To avoid this problem, use CTRL+BREAK instead of CTRL+C to
terminate programs within the QuickC environment.