System.out.println("Hello World!");

Yenreb

The Inconceivable
Joined
Dec 8, 2009
Messages
16
Reaction score
0
I suppose it's probably a little unorthodox for a person's introductory post to be his fifth or sixth, but hey, I'm just that kind of guy.

I don't have much to say, aside from hello. And so: Hello.
 
I still haven't posted a hello, so you're okay.
 
Hey welcome! Haha I never posted an intro post. Anywho, have heaps of fun here! :D
 
string helloYourself;
helloYourself = "Hey, welcome to Bulbagarden!";
cout << s1 <<" So, you like programming? "<< \n;
 
I prefer Pascal's "writeln" myself--and I'd post something clever if I remembered any of the actual syntax (not that Pascal had much in the way of structure).

Still, hello.
 
No posting code, please... I see enough of that daily. xD

Anyways...welcome to Bulbagarden! =3
 
Dim welcome_message As String

welcome_message = "Hi, welcome to the forums and enjoy your time here!"

Open thread for Append As #1
Write #1, welcome_message
Close #1

Yeah, vb6 sucks.
 
Last edited:
Dim welcome_message As String

welcome_message = "Hi, welcome to the forums and enjoy your time here!"

Open thread for Append As #1
Write #1, welcome_message
Close #1

Yeah, vb6 sucks.

That's the truth! I hate VB. C++ is worse though.
 
Oh, C++ gets really nuts when you start delving into graphics. I have some knowledge of how to implement SDL, but I wouldn't want to do it for a living. I'd rather handle things on the hardware side.

Good to see a few Computer Science pros out here, including our newcomer, Yenreb.
 
Please note: The thread is from 16 years ago.
Please take the age of this thread into consideration in writing your reply. Depending on what exactly you wanted to say, you may want to consider if it would be better to post a new thread instead.
Back
Top Bottom