jjzjj

InterceptionKeyStroke

全部标签

c++ - 在 C++ 中,这个结构是什么意思 "InterceptionKeyStroke &kstroke = * (InterceptionKeyStroke *) &stroke"?

我是C++新手,不懂这个构造。InterceptionKeyStroke&kstroke=*(InterceptionKeyStroke*)&stroke我知道&=指针。但这意味着什么?*(InterceptionKeyStroke*) 最佳答案 分解:InterceptionKeyStroke//atype...&//...whichisbyreferencekstroke//named'kstroke'=//boundto(sincereferencesarebound)*//somethingthatapointerpoint