Well, all this time int on the blackboard I always draw an int as a square.
嗯,向来,我在黑板上用一个正方形表示一个。
int Let's instead declare another int just as we've been doing all this time.
我们声明另外一个,就像我们一直做的那样。
y A square it's called X, another square it's called y and now this time I'm doing pointers to int not points to char.
一个叫做x,另外一个叫做,这一次是int型指针,不是char型指针。
So before long, we'll see, especially for problems that we can't allocate an int every time we want to store something, because what if we want to store 140,000 English words.
所以不久后,我们将看到,特别是对于,我们不能为int分配内存,每次我们想要,存储一些东西时,因为当我们想要,存储140,000个英语单词时。
应用推荐