Main.cc: In function 'int main()': Main.cc:7:11: error: expected primary-expression before 'char' cout << (char c)c; ^ Main.cc:7:11: error: expected ')' before 'char' Main.cc:5:9: warning: unused variable 'f' [-Wunused-variable] int f; ^