Main.cc: In function 'int main()': Main.cc:9:7: warning: statement has no effect [-Wunused-value] t[i]==true; ^ Main.cc:29:9: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] if(t==true){ ^