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