if (i > 10 == (for (i = 10; i > 10; i++)));
Did you run some good code through a blender? What is this crap supposed to do? A for statement does not return a value, so trying to use a for statement as an rvalue is NEVER going to work.
if (i > 10 == (for (i = 10; i > 10; i++)));
Did you run some good code through a blender? What is this crap supposed to do? A for statement does not return a value, so trying to use a for statement as an rvalue is NEVER going to work.