Well, it doesn't complain even with language extensions OFF. I don't know what the correct code if that's not correct. Perhaps someone else you fix it.
Printable View
Well, it doesn't complain even with language extensions OFF. I don't know what the correct code if that's not correct. Perhaps someone else you fix it.
Eh, the old C-style casts:Quote:
I don't know what the correct code if that's not correct.
except that now it isn't just C-style, it is C.Code:z += ((float)5 - (float)y) * h2;