> Compiling the program , -- saving it under the name "hello," in the library -- >> David: Okay, good.
>运行程序【无法辨认的声音】,然后把它保存为“hello“文件-,>>大卫:好的,不错。
So I'm gonna go ahead and save this file, hello c it's hello.c, dot C hints at the fact that this program I just whipped up is written in a language called C.
所以我打算继续,保存,并命名为,“,c“表明这个程序,是使用C语言写的。
But once you've written a program, "hello world," in a file called hello.c, you Save and Quit.
不过一旦你们写了一个“hello,world“程序“,并且把它保存为hello,c文件后退出。
Because I know this program was saved by default into my current folder, my current directory, so dot slash means run the program called a.out that's right here in my current directory not in, like, a out my applications folder or somewhere else.
程序默认保存在,当前目录下的文件夹,/意味着运行这个名为“a,out“的文件,是我当前目录下的文件,而不是应用程序文件夹或其他别的地方的。
应用推荐