Main.cc: In function 'int main()': Main.cc:6:10: error: 'str' was not declared in this scope cin>>str; ^ Main.cc:7:18: error: invalid use of member function (did you forget the '()' ?) if(s.size == 9) ^