谁写了第一个Hello

谁写了第一个Hello

本文介绍了谁写了第一个Hello World计划?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我很好奇Hello World的起源。程序。

首先让这个受欢迎?也就是说,它从哪里开始?我做了一些

Google搜索并没有找到答案。是Kerringan和Richie吗?

我不再拥有那本书而且我不记得它是否在那本无处不在的C书中。很久以前。

I am curious of the origins of the "Hello World" program. Who was the
first to make this popular? That is, where did it start? I did some
Google search and did not find an answer. Was it Kerringan and Richie?
I no longer have that book and I don''t remember if it was in that
ubiquitous C book. It was so long ago.

推荐答案



是的,它是K& R.


维基百科知道一切:


S.


Yes, it was K&R.

Wikipedia knows everything: http://en.wikipedia.org/wiki/Hello_world_program

S.





Hello World程序是K& R两个版本的第一个C程序。但是我怀疑这本书的第一版是第一次看到光明的时候是




至于不再有这本书,羞辱你。


曾经用来指那本书的另一个名字是白皮书。你

再也听不到了那么多。我想也是这样。我的第一版

的副本在过去的四分之一世纪加上已经变得明显偏黄了。


-

Jack Klein

主页:

常见问题解答

comp.lang.c

comp。 lang.c ++

alt.comp.lang.learn.c-c ++



The "Hello World" program was the first example C program in both
editions of K&R. But I doubt that the first edition of that book was
the first time it ever saw the light of day.

As for no longer having the book, shame on you.

Another name once used to refer to that book was "the white book". You
don''t hear that much any more. Just as well, I suppose. My copy of
the first edition has become distinctly yellowish over the past
quarter century plus.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html



这篇关于谁写了第一个Hello World计划?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 02:11