asked
Let's learn C and C++ at the same time - Doodle Doodle's C/C++
23 - String
Written on
·
407
1
cpp 버젼이 업그레이드 되어서 그런지 strcpy_s로 바꿔야 실행이 됩니다.
Answer 1
0
strcat도 마찬가지로 strcat_s로 바꿔야 합니다.