全部博文(160)
发布时间:2014-11-04 23:39:57
//// main.cpp// AUTO_PRO//// Created by yanzhengqing on 12-12-11.// Copyright (c) 2012年 yanzhengqing. All rights reserved.//#include <iostream>using namespace std;/*** *char *memchr(buf, chr, cnt) - searc.........【阅读全文】
发布时间:2014-11-04 23:38:43
//// main.cpp// AUTO_PRO//// Created by yanzhengqing on 12-12-11.// Copyright (c) 2012年 yanzhengqing. All rights reserved.//#include <iostream>#include <string>using namespace std;/*** *i.........【阅读全文】
发布时间:2014-11-04 23:37:35
//// main.cpp// AUTO_PRO//// Created by yanzhengqing on 12-12-11.// Copyright (c) 2012年 yanzhengqing. All rights reserved.//#include <iostream>using namespace std;/*** *char *strcat(dst, src) - co.........【阅读全文】
发布时间:2014-11-04 23:36:30
//// main.cpp// AUTO_PRO//// Created by yanzhengqing on 12-12-11.// Copyright (c) 2012年 yanzhengqing. All rights reserved.//#include <iostream>using namespace std;/*** *char *strcpy(dst, src) - copy o.........【阅读全文】
发布时间:2014-11-04 23:35:16
//// main.cpp// AUTO_PRO//// Created by yanzhengqing on 12-12-11.// Copyright (c) 2012年 yanzhengqing. All rights reserved.//#include <iostream>using namespacestd;/*** *char *strncat(front, back, count) - a.........【阅读全文】