geekhack

geekhack Community => New Members => Topic started by: lightstriker on Thu, 24 April 2014, 09:52:35

Title: Hello world!
Post by: lightstriker on Thu, 24 April 2014, 09:52:35
Hello world,

I'm happy to be a member here and I regret for not knowing this website untill yesterday. I come here for learning and happy!
Title: Re: Hello world!
Post by: Smasher816 on Fri, 25 April 2014, 17:34:25
You a programmer? A title like that makes me think you are.

I had the exact same title for my first post! :D
Title: Re: Hello world!
Post by: katushkin on Fri, 25 April 2014, 17:59:23
Welcome!

What board do you have/are you looking to get?
Title: Re: Hello world!
Post by: Frenir on Fri, 25 April 2014, 18:01:52
So many fellow programmers here ha ha, welcome :)
Title: Re: Hello world!
Post by: katushkin on Fri, 25 April 2014, 18:06:12
Also, how the hell do you know he's a programmer?
Title: Re: Hello world!
Post by: Frenir on Fri, 25 April 2014, 18:09:45
Also, how the hell do you know he's a programmer?
You're right we don't, it's just an assumption based on the old Hello World (http://en.wikipedia.org/wiki/Hello_world_program) programming tradtion.
Title: Re: Hello world!
Post by: katushkin on Fri, 25 April 2014, 20:22:50
Ahhh, ok.

Not being a programmer, I have no clue what that is :)
Title: Re: Hello world!
Post by: engicoder on Fri, 25 April 2014, 21:00:14
The C programming language was created by Brian Kernighan in the early 70's while working for AT&T Bell labs. His book about the language provided a very simple example program that output the phrase "hello, world" to the console. Since then "hello world" has been used in examples for many other languages and toolkits as the most basic example.