The beeping means a hello message. Let's see.
这个蜂鸣声表示一个问候消息,让我们看看。
Steve Lerman Hello, my name is Steve Lerman, And I will be giving a fifty-minute lecture.
大家好,我的名字叫,我将做一个五十分钟的讲座。
But it was a big, fake smile, the Pan Am smile, a smile to communicate "hello" and but it's as opposed to a smile where the communication is that of genuine happiness.
但那是大大的,虚假的微笑,泛美式微笑,微笑意味着你好,但与微笑截然相反,交流时微笑是真正开心的。
I am going to run a program called Nano nano hello c and type nano hello.c and I'm gonna type the following very quickly without much explanation because we'll dive into this more next week.
我要运行一个Nano程序,键入,我快速写下下面的内容,不打算做过多的解释,因为下周我们会深入了解这些。
So we looked at a number of fairly small programs that at the end of the day did very little more than print hello world and the like.
这堂课最后,如果我们只是看几个小程序,根本没啥用,还不如hello,world程序呢。
But once you've written a program, "hello world," in a file called hello.c, you Save and Quit.
不过一旦你们写了一个“hello,world“程序“,并且把它保存为hello,c文件后退出。
All right, so let's actually write something a little more interesting than "hello world."
好的,让我们来写点比“hello,world“,更有意思点的程序吧“
I'm gonna call my file hello.c. There's a little bit GUI-- of distraction here but this is because this is not a GUI, CLI a graphical user interface, this is a CLI, command-line interface, which just means there are no windows and icons.
我先给我的文件命名为“hello,c“,你们也许会觉得有点烦,因为不是,图形用户界面,这是,命令行界面,这意味着没有窗口,没有图标。
So it turns out a really nice shortcut on most systems, oops, is to say if you have a file called hello.c and you wanna turn it into a program called hello, well, make hello just write in the command makeHello and it will do all of that for you automatically and hand you a program called hello.
就是寻找一种能在大多数系统上运行的更快捷的方式,哇!,也就是说,你有一个hello,c的文件,你想把它变成一个名为hello的程序,那么只需要敲入命令,它就会自动为你生成,一个hello程序。
a out A file called hello and not the default a.out.
输出将为hello,out而不是默认的。
So with the fact that I'm now just back at my prompt is a good thing so now GCC hello c if I type this command GCC hello.c, this is gonna run this program that Apple wrote in this case GCC or someone else wrote called GCC.
也就是说我们现在安全返回,说明一切正常,现在我输入这条命令:,这代表运行hello,c这个程序,是由“Apple“或其他人编写的,名为。
应用推荐