If you are going to use g++, which comes with many versions of Linux, try this from the command line:<br>
<br>
g++ -o outputfile filename<br>
<br>
where -o is the option for specifying an output file and filename is your .cpp file.
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
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.