C指令转换到c++问题求助(char *)SystemInformation += curr->NextEntryDelta;这句指令说 error C2106: “+=”: 左操作数必须为左值ULONG NextEntryDelta //PVOID SystemInformation//本人菜鸟,初学者,求指教这句代码该怎么改写才能通过编译[解决办法]*(char **)SystemInformation += curr->NextEntryDelta;试试看?