I get these errors:
test.cpp:18: error: expected unqualified-id before ‘for’
test.cpp:18: error: ISO C++ forbids declaration of ‘i’ with no type
test.cpp:18: error: expected ‘;’ before ‘<=’ token
test.cpp:18: error: ISO C++ forbids declaration of ‘i’ with no type
test.cpp:18: error: expected ‘;’ before ‘++’ token
test.cpp:33: error: expected ‘;’ at end of input
test.cpp:33: error: expected ‘}’ at end of input
test.cpp:16: error: expected unqualified-id at end of input.
I am getting crazy looking for the answer :) (not much experience in C++)
Thanks for any help,