Main.cc: In function ‘int main()’: Main.cc:8:16: warning: comparison with string literal results in unspecified behavior [-Waddress] if(choice=="y"){ ^~~ Main.cc:8:16: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]