Hello World!


Status
Not open for further replies.

Damienglenn

New Member
Nov 29, 2008
102
0
0
Singapore
Hey everyone this is my first post.

Just got my first dSLR less than two weeks ago. Hope learn as much as possible and make some new friends!

See you all around!
 

a very warm welcome to you.. hope your stay will be long and fruitful. Make full use of the forum, search first, ask later. There is a wealth of information availble immediately for you. Cya around!
 

Welcome :)
Learn and share.
 

Hi welcome look forward to see your photo here ;):thumbsup:
 

Hey everyone this is my first post.

Just got my first dSLR less than two weeks ago. Hope learn as much as possible and make some new friends!

See you all around!


#include <stdio.h>
int main(int argc, char **argv) {
printf("Hello Damienglenn!\n");
return 0;
}
 

Sound like my first programming Visual basic Hello world msg by Dummies.
 

Welcome

READ MORE
SHOOT more
Post more
 

"Hello World" is used in many many languages.. Not just C :bsmilie:

Of course :) You want more ? I can give you a few more at least :bsmilie:

1)
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World");
}
}

2)
#/usr/bin/perl
print "Hello World\n";

3)
<?php
echo "Hello World\n";
?>

4)
class HelloWorld {
int main(int argc, char *argv[]) {
cout << "Hello World\n";
return 0;
}
}

;)
 

If you guys didnt say that was some scipt thing, I wouldn't have known. i thought it was just a bug or something like that. haha.
 

Hello world! My first programming task! :D
 

Of course :) You want more ? I can give you a few more at least :bsmilie:

1)
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World");
}
}

2)
#/usr/bin/perl
print "Hello World\n";

3)
<?php
echo "Hello World\n";
?>

4)
class HelloWorld {
int main(int argc, char *argv[]) {
cout << "Hello World\n";
return 0;
}
}

;)

LOL! What's the first language? Looks like C (or a variation) to me.
 

Status
Not open for further replies.