+ 4
How to convert a setw function into a tab keyword
9 Answers
+ 2
cout<<setw(4)<<"22"<<setw(4);
+ 2
you can count the number of spaces for 1 tab and then put this value as argument in determining
let it be 4 then you can use
cout<<setw(4);
+ 2
I have already try this but it doesn't give me satisfaction
Thanks for try
+ 2
what do you exactly want to do???
+ 2
_ _ _ _ 22_ _ _ _
+ 2
My another problem
https://www.sololearn.com/Discuss/1196131/?ref=app
+ 2
That's I was asking that setw can we use later
+ 2
Thanks
+ 2
How was my code
The problem is that graphics.h is not working