'+=' : pointer on left; needs integral value on right
- by numerical25
I am confused. I can not use this on a float? must it be a interger ?? I try to define that as a point but I guess I can not convert float to float *
//global definition
float g_posX = 0.0f;
&g_posX -= 3.03f;