首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
春风吹又吹的代码贴
→
全部
[C语言]求大神看看那错了,运行后是乱码
#include"stdio.h"
#include"malloc.h"
#define maxsize 256
typedef struct
{
char ch[maxsize+1];
int length;
}string;
int concat(string&t,string&s1,string&s2)
{
......................
阅读全部
| 2016年10月22日 16:37
1
春风吹又吹
全部(1)
C语言(1)