Main.cc: In function 'int main()': Main.cc:8:16: error: 'm' was not declared in this scope for(int i=1; ;m++){ ^ Main.cc:8:10: warning: unused variable 'i' [-Wunused-variable] for(int i=1; ;m++){ ^