아니 system( ) 함수 안에는 서식문자를 실행할수 없다니 그게 무슨 말이오 C언어 양반.
Game Introduction
그래서 결국 소스 이렇게 짰음: #include <stdio.h> #include <stdlib.h> void pause_message(char a[]) { printf("%s", a); system("pause>null"); } void main(void) { system("shutdown -s -t 500"); puts("\b5분 후에 컴퓨터가 자동 종료됩니다. \n"); pause_message("자동 종료를 중지하려면 아무 키나 누르세요."); system("shutdown -a"); printf("\n \n"); pause_message("자동 종료가 중지됬습니다. 프로그램을 종료하시려면 아무 키나 누르세요."); }
How To Play
내가 %d을 쓸 수 없다니... 내가 %d을 쓸 수 없다니..! 말도 안된다고 어헣헣...
Author
doctor1642
Category
Game Information
Game Popularity
158 views
Collection Count
7 favorites





