Main.cc: In function 'int main()': Main.cc:6:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(a=33){ ^ Main.cc:10:7: error: expected primary-expression before '>' token if(a<>33){ ^