Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hello World
07-31-2010, 09:43 AM
Post: #1
Hello World
Code:
#include <iostream>         //using basic input output file
using namespace std;         //using standard namespace
int main()                     //declare function main
{                             //open function
cout << "Hello World!!!!";     //out put "hello world"
getchar();                     //wait for input
return 0;                     //exit and house keeping ;)
}                             //close function

Wasn't that fun?
Visit this user's website Find all posts by this user
Quote this message in a reply
08-31-2010, 06:53 AM
Post: #2
RE: Hello World
Code:
#include <iostream>         //using basic input output file
using namespace std;         //using standard namespace
int main()                     //declare function main
{                             //open function
cout << "Hello World!!!!";     //out put "hello world"
getchar();                     //wait for input
return 0;                     //exit and house keeping ;)
}                             //close function

Sorry, but yours was hard to read the comments.
Find all posts by this user
Quote this message in a reply
08-31-2010, 08:49 AM
Post: #3
RE: Hello World
Ah yes Bass, which i am guessing comes from the root word "bas" which means your are low; therefore, sturdy and can hold up huge fucking shit piles of mountains.
thank you, and post has been edited ^_^.

~Pwning babies
[Image: Enyo2009.jpg]
Visit this user's website Find all posts by this user
Quote this message in a reply
09-01-2010, 09:11 AM
Post: #4
RE: Hello World
It comes from "Bass-bounce" which is/was my producing name.

Bass as in the guitar/drum, not the fish xD
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: