Page 1 of 1
Hello World
Posted: Thu Aug 12, 2004 10:20 pm
by nigma
I just got an email from a friend and it had a link to a site that has found / created a hello world program in 204 languages.
Here's the link:
http://www2.latech.edu/~acm/HelloWorld.shtml
Interesting seeing how different some of these languages are
Posted: Thu Aug 12, 2004 11:56 pm
by m3mn0n
Visual C++ is just hilarious how long it is....
Here's a shot at a Visual C++-specific "Hello World" program. I trimmed it down as much as possible, but this is basically what App Wizard spits out for a simple dialog-based application.
lol
Not to mention the first one for PHP has a parse error in it.

Posted: Fri Aug 13, 2004 12:16 am
by d3ad1ysp0rk
So does the second one!
Code: Select all
<?php
while (i<500) {
echo "Hello, World\n";
i++;
}
?>

*submits one*
Posted: Fri Aug 13, 2004 1:11 am
by feyd
Sadly, MFC junk just won't go away! grrr; A lot like VB..

Posted: Fri Aug 13, 2004 2:50 am
by Grim...
Here's a page to where lots of programming languages sing the '99 bottles of beer' song.
http://www.99-bottles-of-beer.net//