[hanlp]어디가 잘못된건가요?
천무혼
1,844
0
0
2004-02-10 10:47:51
3Comments
MaGuN
2004.02.10(화) 오후 12:17:21
int 형의 함수를 만들땐 반드시 리턴값이 있어야 합니다.
마지막에 return 1; 을 돌려 주도록 해 보세요.
혼
2004.02.10(화) 오후 12:33:39
writeee 함수와 writee 함수와 mal 함수 마지막 부분에
return 1; 추가..
박대성
2004.02.10(화) 오후 07:11:52
void mal(string str)
{
if ( !str || str == "" ) return 0;
if ( str == "초보존" ) {
write ("초보자존은..);
call_out("writeee",
2);
}
}
void writeee()
{
write ("\n초보를 위해 만들어졌땅\n");
call_out("writee",2);
}
void writee()
{
write ("알긋냐잉?\n")
}
와 같이 하면 안되나요?
리턴값 없는 함수..
총 게시물 954개 / 검색된 게시물: 954개