CodeBlock opens 2 console windows when executing a prog

前端 未结 2 898
谎友^
谎友^ 2021-01-15 03:43

I have recently installed Code Blocks and I\'m using it for C++ programming.

I have written a basic Hello World program and when i run the program, 2 console window

2条回答
  •  耶瑟儿~
    2021-01-15 04:12

    This problem can be caused by an antivirus application like avast that executes unknown applications for a short time in a sandbox to determine if the program appears to be a virus. Disabling this feature altogether or excluding your visual studio project folders are good way around this issue.

提交回复
热议问题