Section 2, Lesson 24 Getting User Input: Issues Running Program

Hello Everyone,

I’m going through the lesson for Triple X where it wants you to create a means of obtaining user input. I’ve written the code as instructed, and had non issues compiling the code, however when I try to tun TripleX, I get a notification stating that the “system cannot execute the specified program”. Here is a screenshot of my work:

I’m not sure how to proceed from here. Any and all advice would be appreciated!

Your antivirus is probably deleting the binary. Compile with /Zi e.g.

cl triplex.cpp /Zi
1 Like

That did the trick, thank you! Should I be compiling with /Zi from here on out?

Yes.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms