首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴春风吹又吹的代码贴全部
#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
春风吹又吹