Main.cc: In function ‘int main()’: Main.cc:12:5: error: ‘ccnt’ was not declared in this scope ccnt++; ^~~~ Main.cc:12:5: note: suggested alternative: ‘cnt’ ccnt++; ^~~~ cnt