I dont know what is happen but I have the values
0, 20
That is , the first value never receives data .
Are this a compile error ? Have I to change by w3d_p3d+1, wp3d+2 ?
Thanks
The order in which parameters are evaluated is not defined by the C++ standard, so it could be any order. Usually it's right to left, but you should never rely on undefined behavior.