what does:
"expected init-declarator before "int"
"expected ','or';' before "int"
"expected constructor, destructor or type conversion before'=' token"
"expected unqualified-id before '=' token"
mean? what do all these compile errors mean?
this is my code with most errors.
int x;
,x = 153;