摘要: 要求以单词为单位进行字符串的反转,代码如下:还有人家写的几个编程题:http://www.zhuxinquan.com/cn/cat-48/// WordReverse.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include "stdlib.h"#include "string.h"char* CharReverse(const char*, int);char *WordReverse(const char *,i 阅读全文
posted @ 2009-09-08 12:22 kntao 阅读(331) 评论(0) 推荐(0)