摘要: #include "stdafx.h" #include #include #include #pragma comment(lib,"ws2_32.lib") extern char* substr(const char*str,unsigned start, unsigned end);extern char * getFirst(char str[]);extern char* getValue(char str[]);extern void writeAfter(char buffer[]);extern void del(char id[]); 阅读全文
posted @ 2013-11-12 13:24 cart55free99 阅读(209) 评论(0) 推荐(0) 编辑
摘要: // TestCFile.cpp : Defines the entry point for the console application.// #include "stdafx.h"#include #include char* substr(const char*str,unsigned start, unsigned end);char * getFirst(char str[]);char* getValue(char str[]);void writeAfter(char buffer[]);void del(char id[]);char* searchByI 阅读全文
posted @ 2013-11-12 11:08 cart55free99 阅读(339) 评论(0) 推荐(0) 编辑