> And that's the this other stuff GCC oh hi-- that you would use, the GCC oh hi-- >> Exactly.
>,那个是你用到的,其他程序-,>>完全正确。
GCC -o So, on the one hand, I've run this command here, GCC dash O and this projector I'm highlighting things all day long on the screen here and you're not seeing any of it unfortunately it seems on this projector.
我在这运行了一条命令,这台投影仪我一天到晚的开着,一再强调屏幕上的东西,不幸地,你们却,在投影仪上没有看到它。
W -W -W And now pedagogically, all these things, -W, -W, -W, these are essentially telling GCC to be really nit-picky.
现在教学上用的这些东西,这些本质上说明GCC是很挑剔的。
GCC hello c So you see two similarities between the first version, GCC hello.c, and the second version but obviously I've just added which part for that second line.
你将会在第一个版本,和第二个版本GCC,-o,hello,hello,c之间,看到两点相似之处,很显然我们在第二个版本的第二行添加了一些东西。
So it turns out there's a program called sleep, just like there's a program called Nano, a program called GCC -- that is not what I want.
所以结果这个有一个sleep程序,就像这个有个叫做Nano的程序,一个叫做GCC的程序--那不是我想要的。
- You then run a compiler, in our case called "GCC" -- -- one of the world's most popular -- and then you can run it with some number of switches, these command line arguments as they're called that somehow influences the behavior of this program.
然后你们运行编译器,在这里我们使用叫做“GCC“的编译器-,这是全球最流行的-,然后你们可以通过一些命令来运行这个编译器,这些命令行参数可以,影响这个程序的行为。
应用推荐