So when you're writing a program in this language and many others, if you wanna make a comment to yourself or for other people who are reading this with their TF or fellow colleagues, you use what are called comments.
当你用这样那样的语言写程序时,为了便于自己或他人,阅读我们写的代码,我们必须得做一些注解,这就是所谓的注释。
Now, these comments, frankly, are brain-damaged, or computationally challenged if you prefer.
现在,这些注释,实在点说,没什么用,或者说是对计算有挑战的,如果你喜欢这么说的话。
All right, so before I begin I just want to say I want to keep this pretty informal so feel free to jump in if you have comments, questions if you disagree with me.
在我开始之前,我想说,不需要那么正式,如果大家有什么见解或者问,如果大家有什么不同意见,希望大家有一些不同的见解。
Because as you'll soon find, when you're writing programs 0 that aren't just four lines long but are 40 or 400 which very quickly becomes easy, you'll find that even you the next morning have no idea what this code does for whatever reason, and just having some English comments is a huge boon to comprehension for yourself and others.
你们自己写程序时就会发现,用40行甚至400行代码来代替繁杂拥挤的4行代码0,将会让事情简化许多,你会发现,即使由于某些原因,你不知道如何写代码,先写些注释,于人于己,都是好事,易于理解嘛。
But you need to have those comments there.
但是你需要吧注释放在这里。
So let's take a look then at somewhere where this is actually a useful thing to know so this is compare1.c. So, in compare1.c I've stripped out the comments in my version but in your version you do have comments for reference and it's actually pretty self-explanatory if you just read through the code.
那么再然我们看一看,一些有用的东西,这是compare1。c,所以在compare1。c中,在我的版本中,我吧注释去掉了,但是在你们的版本中是有注释的,这是相当容易理解的,如果你通读这段代码。
应用推荐