iNeo 0 Posted August 27, 2002 Anyone want to tell the tale of "hello world"? I assume those who already know about it know what I mean. iNeo Share this post Link to post Share on other sites
acidcrash 0 Posted August 27, 2002 for those that dont...care to enlighten us? Share this post Link to post Share on other sites
STS_SolidSnake 0 Posted August 27, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Acidcrash @ Aug. 27 2002,19:25)</td></tr><tr><td id="QUOTE">for those that dont...care to enlighten us?<span id='postcolor'> look at your Avatar, isnt there any company with that mascott  PS: Damn i mixed hello world with something else Share this post Link to post Share on other sites
iNeo 0 Posted August 27, 2002 I don't know much about "Hello world", except that: - I've heard about it (can't remember where) - I saw a Swedish internetsite that, what seemed randomly, showed a black on white page saying 'Hello world' instead of their main site, for a couple of days until it was gone (hacked?). - Today I saw someone playing around with Linux and making it type out 'Hello world'. iNeo Share this post Link to post Share on other sites
Guest Posted August 27, 2002 "Hello World" is a standard test string when you make a program. The most simple of all programs (used for instance as the demonstartion of the syntax of a programming language) is a "Hello World" program - that simply outputs "Hello World" to the screen. Share this post Link to post Share on other sites
ralphwiggum 6 Posted August 27, 2002 AFAIK, 'Hello world' was first string of characters that were used to test C programming language. and ever since from that time, it became standard. Share this post Link to post Share on other sites
Rob 1 Posted August 27, 2002 Also used in some javascript tutorials. They use it to make an error window pop up when you enter a html page. Share this post Link to post Share on other sites
iNeo 0 Posted August 27, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (RalphWiggum @ Aug. 27 2002,20:48)</td></tr><tr><td id="QUOTE">AFAIK, 'Hello world' was first string of characters that were used to test C programming language. and ever since from that time, it became standard.<span id='postcolor'> That's it then, the birth of "Hello world". Pretty cool. I'm about to learn programming, things like this are both good fun to know. Thanks for the replies Share this post Link to post Share on other sites
Ex-RoNiN 0 Posted August 27, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (RalphWiggum @ Aug. 27 2002,20:48)</td></tr><tr><td id="QUOTE">AFAIK, 'Hello world' was first string of characters that were used to test C programming language. and ever since from that time, it became standard.<span id='postcolor'> Yes, that is the first thing I was taught on our first day of programming The language was C of course Share this post Link to post Share on other sites