행번호 | 코드
233 | printf("each_int=%d",each);
234 | printf("each+char=%s",itoa(each));
--- 컴파일 에러내용 ---
test.c: In function `int n_cal(char *, int)':
test.c:234: warning: implicit declaration of function `int itoa(...)'
/tmp/cc8j9VLh.o: In function `Nchal(char *, int)':
/tmp/cc8j9VLh.o(.text+0xa1b): undefined reference to `itoa'
collect2: ld returned 1 exit status
아래의 링크는 보고있었지만 위와 같은 현상이 발생해서 해결을 못하고 있습니다.
그런데 atoi()함수는 이상없이 되더군요..
그럼 이거 말구 방법이 없나요?.
그리구 while문 안에서 mysql query를 날리는데
첫번째는 이상없고 두번째에 exception이 일어나는 경우에 대해서
혹시 아시면 답좀 부탁드립니다.
김백일 님이 쓰신 글 :
: 다음 링크를 참고하세요.
: http://www.borlandforum.com/impboard/impboard.dll?action=read&db=cpp_tip&no=37
|