To pursue creative ideas based on nature.
This code snippet is trying to trim the unnecessary white space in a sentence to use only one white space between each word. The key idea of this code is move the rest of the string to the place just after the white space found each time. QUITE simple but useful code snippet. Running Enviroment: Visual C++ 2005 Express edition.
Running Result:
posted on 2007-10-12 21:58 everspring79 阅读(208) 评论(0) 编辑 收藏 引用 所属分类: Snippet
Powered by: C++博客 Copyright © everspring79