Main.cc: In function 'int main()':
Main.cc:11:18: error: request for member 'strlen' in 'a', which is of non-class type 'char [64]'
for(int i=a.strlen();>0;i--){
^
Main.cc:11:27: error: expected primary-expression before '>' token
for(int i=a.strlen();>0;i--){
^