How do you underline a word?
I want My OUTPUT like dis
MORE PRINTS
how do you i do dat
Printable View
How do you underline a word?
I want My OUTPUT like dis
MORE PRINTS
how do you i do dat
U cant do dat... yo.
are you serious
In a console app, yes, I am.
thanks me
i dont knoe how to put my out put
it keeps goin like dis
Photos in: 5
Reprints ordered: 2
but i want it like dis
Photos in 5
Reprints ordered 2
Well... if I had to guess... I would say... drop the colon from your string.
thanks but
it looks like dis now
photos in 5
I don't think I told you to make the 'p' lowercase and remove the second output statement...
Isn't there an under 12 yrs of age forum?
or you could always make a heading look like this:
MORE PRINTS
***********
or maybe even change the asterisks to __
and it'd look like this
MORE PRINTS
___________
(that's 2 lines of output by the way)
Post your code. You'll want something like this:
Code:cout << "Photos in " << num1 << endl;
cout << "Reprints ordered " << num2 << endl;