Word by word header file

i want to print messages word by word
as like example cout << " My name is Akash" << endl;
if i write it then it will show me 'MY Name is Akash' together.
But i want them to be printed separately in c++
i mean when it will be showing ...it will automatically show Word after word and as like slide show in powerpoint.
I guess u have understood my question
So please now can u any suggest me that how can i do this ?
or what header file i have to add to make this happening !
Please if u can say ! then hurry because i have my project to submit !
Thanks in Advance
Something like what they were trying to do here?

http://www.cplusplus.com/forum/beginner/139609/
Thank u ! now i am going to try this technique ! thank u very very much :D

Topic archived. No new replies allowed.