PDA

View Full Version : [SOLVED] Text output to Terminal



Zeotronic
July 1st, 2008, 06:18 PM
C++: Just a few minutes ago I tried to have my program output text to Terminal, but it didn't work. I had thought I knew how to, but apparently I don't... how do you go about outputting text to Terminal?

Edit:
And ints and floats... I'll be needing to output those too.

WW
July 1st, 2008, 06:23 PM
http://www.java-samples.com/showtutorial.php?tutorialid=245

(Despite the look of the URL, that is a C++ tutorial!)

slavik
July 1st, 2008, 06:27 PM
post your code in [code] tags.

Zeotronic
July 1st, 2008, 11:24 PM
Yea, cout, thats what I thought... messing with it, it seems that I had an error somewhere in my code, thanks.