Expect the address of an int but here in the context of the function itself inside the curly braces, it means go to that address.
一个整型数的地址,但是在函数,大括号中的环境中,意思是定位到那个地址。
It just throws the decimal point away and that's because, again, these are ints and the answer intuitively should be a floating point value, but I need to be more specific.
它直接把小数点后面的数值丢弃掉了,因为,凭直觉,那些整型数和结果应该是一个浮点数据,但是我需要一个更精确的数值。
4 So even if the correct mathematical answer is 1.4 or whatever, when you divide an int by an int, you only have room in that variable, in the response for an actual integer.
所以即使那个正确的答案是4,或别的数值,当你用一个整型数除以一个整型数,在那个变量的返回值里,只有,存储一个整型数的空间。
The result is that when you divide an int by an int, the answer no matter what is going to be an int.
当你把一个整型数除以一个整型数时,无论如何答案将会是一个整型数。
And I can fix this just by changing one of those values to a floating point.
所以我可以通过改变其中一个,整型数为浮点数。
- And then I divide by an int -- that's okay because so long as you have a float involved at some point early on, you're okay.
然后我除以一个整型数-,那是可以的因为现在为止,我们在之前已经,引入了一个浮点数,你是对的。
The problem only arises if you have an int divided by an int.
这个问题只会发生在,当你用一个整型数除以一个整型数的时候。
I'd like an integer please, a colon, and a space just for aesthetic reasons.
我想要一个整型数,一个冒号,和一个,使其更美观的空格。
Instead divide an int by a floating point value.
我们用一个整型数除以浮点数。
So I'd like an integer please.
所以我想要一个整型数。
- We know from Wednesday if -- briefly -- that there's this thing called a "char" or "char," depending on how you want to pronounce it, which is just a single character but where there's also an int.
我们知道从周三起--简单说下-,我们有个叫做“char“或“char“,看你们怎么读它了,那代表一个单一的字符,但那里会有个整型数与之对应。
So this declares an integer, a variable of type int called I, 0 and initializes it to zero.
所以这里声明了一个整型数,一个叫做I的整型变量,把它初始化为。
应用推荐