如何通过一个指向结构的指针没有激怒编译器吗?
How do I pass a pointer to a structure without angering the compiler?
如果您有指向结构的指针而且指针的值是正确的,那么结构的每个成员变量都将显示正确值。
If you have a pointer to a structure and the value of the pointer is correct, every member variable of the structure will show the correct value.
还需要获得指向SSL结构的指针。
The pointer to the SSL structure also needs to be retrieved.
Number one, the basic structure is that you have a pointer and it points over to a pointee, but the pointer and pointee are separate and the common error is to set up a pointer but to forget to give it a pointee.
第一,基本结构是,你有一个,指向数据的指针,但是那个指针和数据,是分开的,通常错误是声明了一个指针,但是没有指向一个数据。
应用推荐