cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Code which join words
Code which join words
Mar 24, 2015 at 8:46am UTC
closed account (
L6vXSL3A
)
Hi,
I need to write code which input txt file join three words then makes an extra space and again join three words. I written code how to input file. I just don't know how to do last part.
for example you have text writen like this:
Meet
see
have
done
home
work
.
.
.
I need to have this: Meetseehave donehomework...
Last edited on
Mar 24, 2015 at 8:46am UTC
Mar 24, 2015 at 8:59am UTC
TarikNeaj
(2580)
Show us your code.
Mar 24, 2015 at 9:19am UTC
closed account (
L6vXSL3A
)
So, what I need to do with these words, now. it's to join three words make an extra space and again join three words.
Last edited on
Mar 25, 2015 at 10:07am UTC
Mar 25, 2015 at 1:24am UTC
jasonwynn10
(412)
Don't do repeat topics!!!
http://www.cplusplus.com/forum/general/160260/
Topic archived. No new replies allowed.