Answer the question
In order to leave comments, you need to log in
How to create a flow manipulator?
We need a simple example of a manipulator that outputs something to the stream, for example:
cout << text;
Answer the question
In order to leave comments, you need to log in
You can declare a manipulator like this:
ostream& tab(ostream & output)
{
return output<< '\t';
}
If you can't find it, then take part of the layout of the site.
F12 developer console.
If I'm not mistaken, then you make another block, hide it with display:none and when you hover it is shown, the script seems to be needed for this effect.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question