Search found 1 match

by ymg545
Fri Oct 02, 2009 11:46 pm
Forum: PSP Development
Topic: Arithmetic seem to overwrite variable
Replies: 13
Views: 11606

struct rayDelta { long rayDeltaX, rayDeltaY; } ; ... rayDelta preDelta[480]; For the second time, how is this going to even compile? Jim In C++, u dont have to insert the keyword "struct" to the variable declaration. So the code should be compiled just fine