我在OpenGL教程中遇到了以下几行,我想知道它的*(int*)意思是什么,它的价值是什么
*(int*)
if ( *(int*)&(header[0x1E])!=0 )
c++ opengl
c++ ×1
opengl ×1