[C/C++ 基礎] 取代system(“pause”)的標準函數

[C/C++ 基礎] 取代system(“pause”)的標準函數

[C/C++ 基礎] 取代system(“pause”)的標準函數



void Pause()
{
    printf(“Press Enter key to continue…”);
    fgetc(stdin);
}

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *