Thread: return types
View Single Post
Old 12-28-2004, 11:31 PM   #14 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
And since I am toying with code, why not toying a bit more huh? But this time only for veterans and geeks. The rest of you better don't watch .

Question: is this valid code?
Code:
#include <iostream>

using std::cout;
using std::endl;

int main()
{
   cout<<"Hi all."<<endl;
}
I've warned you. Don't look if you can't bear it .
I am outta here. You guys have fun with this.
__________________
Valmont is offline   Reply With Quote