This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6748 数据赋值错误

我在程序中写下如下赋值语句:

 int c=0;

 c=para->work_force;(work_force类型为int)

debug查看两个值不相等,存在移位,不知道为什么?

para->work_force=0x44332211 c=0x22110001