Thread
:
Variables
View Single Post
#
4
(
permalink
)
11-20-2007, 11:40 AM
HelloWorld
PT Admin
Awards Showcase
Total Awards
: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,122
iTrader: (
0
)
well.. you can also use
Code:
cout << "1" << endl; cout << "2" << endl;
otherwise, you can do what you do...
don't forget to use std namespace
Code:
using namespace std;
__________________
PHP Code:
System
.
out
.
println
(
"Hello World!"
);
The Following User Says Thank You to HelloWorld For This Useful Post:
MrPickle
(11-20-2007)
HelloWorld
View Public Profile
Send a private message to HelloWorld
Find all posts by HelloWorld