Thread
:
Outputting data without print/echo
View Single Post
03-03-2008, 02:39 AM
#
11
(
permalink
)
Aaron
The Frequenter
Join Date: Dec 2007
Location: In my basement
Posts: 385
Thanks: 47
ummm
PHP Code:
#include <iostream.h>
using namespace std
;
int main
()
{
cout
<<
"Hello World"
;
return
0
;
}
Aaron
View Public Profile
Send a private message to Aaron
Visit Aaron's homepage!
Find More Posts by Aaron