现在我声明另一个int型指针。
有时候L(即"Long")被忽略掉,因为long和short型指针在Win32平台上的区别是过时的。
Sometimes L - "Long" is omitted, since long and short pointers are obsolete for the Win32 platform.
所以,如果我运用这个逻辑,char,*s1的意思是,不是一个字符型,而是什么?,that,s1,is,not,a,char,,it’s,instead,what?,一个指针或者什么的地址?
So, if we now apply the logic from today, char * s1 means s1 A pointer or the address of what?
> Okay. This code allocates two pointers which can point to integers.
>,好的,这段代码分配两个指针,可以指向整型数。
> Okay. Well, this code allocates a new integer pointee and this part sets x to point to it.
>,好的,呃,这段代码分配一个新的整型指针数据,这部分让x指向它。
GetFloating-- GetFloating-- GetFloat for a floating point number.
还有-,得到一个浮点型的数据,并赋给一个浮点型的指针。
应用推荐