Making Your Own Manipulators
In c++ you can make your own manipulators. Its very is and is fun.
Here I will show you an example a simple one. I tried to make it similar to an american drama serial The originals.
Dependency
it depends or changes from compiler to compiler and version to version of same compiler.
So make sure you check the documents of your compiler.
Program Body
#include iostream
#include string
#include iomanip
using namespace std;
ostream &originals(ostream &ori){
ori<<" The originals is the first family of vampires 'THE UNKILLABELS'";
return ori;
}
int main (){
cout<<"who are the originals"<<originals<<endl;
}
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
you are not a programmer I guess.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Actually, I am.
But your example doesn't really help in understanding the concept.
Hence my comment.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
it is confusing because i have incorporated with drama series if you hacve watched it you would have been easily understandable ..anyways have fun on steemit newbie
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Maybe that's the reason.
Thank you. Any tips?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
tips for steemit????
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You're so nice for commenting on this post. For that, I gave you a vote!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thank you very much @rewardpoolrape
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yep. Newbie here
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
first dont do any kinda spam .. why dont you contact me on facebook .. link is given on my steemit profile
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit