All you have to include in your own programs is the so-called header file.
你们自己写的程序只需要包括,头文件就可以了。
stdio h This file here is called standard I/O or stdio.h and this is just another text file someone else wrote many years ago and by using that line of code there, I'm telling the computer, give me acces to this code that this other person wrote that's in that file.
在这里的头文件称为标准输入输出文件或,这是由某位前人编写的文本文件,我们只需要刚才所述的一行代码,就能告诉电脑,让我连接到,这个前人在那个文件中写的代码。
Then also you'll be asked to do identifying information if you print it out from the program itself, but if you go up to your web browser print option and print from that particular thing then you can do it and no identifying information will be necessary.
如果你想直接从网上打印分析结果,就得提供个人信息,但是,如果你用浏览器中的打印选项,只打印营养分析结果,你就可以打印文件而无需提交个人信息
But that's not enough because computers at the end 1 of the day only understand 0s and 1s and what you and is clearly not a collection of 0s and 1s.
但是仅仅这样是不够的,计算机,最终只会认识0和,你现在得到的,c的文件显然不是0,1的合集。
应用推荐