1

How can I print my output in Message window of Turbo-C ?

Example:

defaut programming style

By default, the output is generated on the output screen as

default output

but how do I print output in the Message Window(where errors are displayed) ?

Message Window

I am using TURBO-C version 3.0 and DOSBox version 0.74.

NeoR
  • 353
  • 2
  • 9
  • 27

1 Answers1

0

You can try tracing your code by opening the watch window ... steps for the process is

  1. click window
  2. click watch
  3. press f7 keep pressing f7 multiple times to trace through each line in your code .
Ali Akber Faiz
  • 117
  • 1
  • 12