[해결안됨]글자를 친 겟수만큼
요루
2023.04.01
글자를 친 겟수-1 만큼 명령어를 임력하세요 모르시면 help 를 치세요 가 출력되요이거 어떻개 된건가요?
#include stdafx.h#include Windows.h
void help();void Help_maniser();void qt();
char GetCommand[128]=1;void settitle(char *titlestr){ SetConsoleTitleA(titlestr);}int main(void){ settitle(웰컴); //타이 while (1){ printf(명령어를 임력하세요 모르시면 help 를 치세요\n/); scanf_s(%s, &GetCommand[128]); if (strcmp(GetCommand, help) == 0){ help(); //헬프를 실행한다 } }}
void help(){ //헬프함수의 실행점 printf(헬프); system(Pause); int main(void);}
-
두빛나래
scanf_s(\%s\