linux下运行代码,可以手动设置一些断点,添加的方式如下。作用类似如window下的 system("pause");
puts("after inback Press any key to continue...");
system("stty raw");
getchar();
system("stty cooked");
linux下运行代码,可以手动设置一些断点,添加的方式如下。作用类似如window下的 system("pause");
puts("after inback Press any key to continue...");
system("stty raw");
getchar();
system("stty cooked");