You are not logged in. Lock_open    

Browse tutorials by Tag - compiler

Incompatible Types (Eclipse) Time: 1:05 Gb
Average:
  • Currently 3.1/5 Stars from 61 ratings
  •  
  •  
  •  
  •  
  •  
61 ratings
Your Rating:
  • Currently 0.0/5 Stars from 61 ratings
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: Conditional Compile Error Loop Eclipse
Description: click for more...

What to do when you see an incompatible types compiler error in a loop condition or in the condition of an if statement.

Shows the effect of using equals (=) instead of equalsequals (==), causing an assignment when you intend to have a equality comparison.