随笔-68  评论-208  文章-0  trackbacks-5

微软面试题 之 "remove duplicate words"

写一个程序删除给定的一个string中的重复的words
void RemoveDupWords(char* str)
{
}
结果保存在str中。
posted on 2006-03-29 01:45 Kevin Wan 阅读(235) 评论(1) 编辑 收藏