小编Ale*_*Sv.的帖子

在C++中,这种结构意味着"InterceptionKeyStroke&kstroke =*(InterceptionKeyStroke*)&stroke"?

我是C++的新手,不懂这个结构.

InterceptionKeyStroke &kstroke = * (InterceptionKeyStroke *) &stroke
Run Code Online (Sandbox Code Playgroud)

我知道&=指针.但是,这是什么意思?

* (InterceptionKeyStroke *)
Run Code Online (Sandbox Code Playgroud)

c++ pointers

4
推荐指数
1
解决办法
138
查看次数

标签 统计

c++ ×1

pointers ×1