0
Windowsで非常に多くのメッセージボックスの再帰を非常にすばやく開いたときに手動で強制終了する方法
まず、プログラミングソリューションを要求するのではなく、このプログラムがどのように機能するかを示すためにこのコードを公開するだけです。 以下のプログラムを試しました(Virtual Boxで): #include <iostream> #include <string.h> #include <windows.h> using namespace std; int main(int argc, char **argv){ //program will create a command string that will be executed by the system console to call itself in another process (create another process): cmd = start program_name.exe string cmd = string("start ") + …