Delay in displaying the first console message - TripleX

Facing a strange situation. Any help is appreciated.

  • There is a delay of few seconds while displaying the first message. This occurs when the program is executed the first time after compilation.
  • When the program is executed a second or third time (without compiling again), there is no delay.

image

Do you have an antivirus?

Hi Dan,

Yes, I do. But I do not intend to turn it off while I practice the programs.

Does compiling with /Zi solve you’re issue?

cl triplex.cpp /Zi

Privacy & Terms