6개의 댓글이 있습니다.
-
-
JongMan -
strcpy()
에서 src와 dest를 같은 배열로 쓰시면 안됩니다:The strcpy() function copies the string pointed to by src, including the terminating null byte ('\0'), to the buffer pointed to by dest. The strings may not overlap, and the destination string dest must be large enough to receive the copy. Beware of buffer overruns! (See BUGS.)
9년 전 link
-
-
정회원 권한이 있어야 커멘트를 다실 수 있습니다. 정회원이 되시려면 온라인 저지에서 5문제 이상을 푸시고, 가입 후 7일 이상이 지나셔야 합니다. 현재 문제를 푸셨습니다.
kortie
웬만하면 그냥 넘어가겠는데.. 이것 참...
URI
9년 전