Closed. This question is off-topic. It is not currently accepting answers. Learn more
想改进这个问题吗Update the question所以堆栈溢出的值小于aa>。
三年前关闭。
我想连续使用两次。
当我编译前两行时,它是有效的,但是当我添加第三行时,我得到:
“函数StartUpFunc中引用的未解析外部符号'u srtcat'错误LNK2019”
strcpy(msg2sent, "Hello");
strcat(msg2sent, temp_username);
srtcat(msg2sent, ", welcome to the session.");

原因可能是什么?
Im使用VS15

最佳答案

第三次,你拼出了srtcat。更正为strcat

10-04 17:32