Main.cc: In function 'int main()': Main.cc:9:7: warning: statement has no effect [-Wunused-value] t[i]==true; ^ Main.cc:18:14: warning: statement has no effect [-Wunused-value] t==false; ^ Main.cc:25:7: error: incompatible types in assignment of 'bool' to 'bool [101]' t=false; ^ Main.cc:29:9: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] if(t==true){ ^