c++ 把字符串写入数组

语法

char *strcpy( char *to, const char *from );

实例

#include <string.h>
char buff[n];
strcpy(sendbuf, “This is string.” );

    原文作者:大龄失业男孩
    原文地址: https://blog.csdn.net/weixin_41316331/article/details/88770863
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞