Help!!!<br>
<br>
I want to have my data starting printing on space 30 in the line but cout does not appear to have any options to start at a particular space on a line. Any suggestions?<br>
<br>
<br>
Chuck
There are a lot of ways you can do that. There is a funtion called memset(). You just set a buffer with 30 spaces and print it .<br>
<br>
For eg,<br>
memset(buffer, ' ', 30) ;<br>
cout<< buffer;<br>
Does it answer your question ?<br>
Thanks<br>
Siddhartha Singh<br>
<A HREF="mailto:ssingh@aztecsoft.com">ssingh@aztecsoft.com</A><br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.