56324_0_21784.cpp
56324_0_21784.cpp(1) : error C2143: syntax error : missing ';' before 'if'
56324_0_21784.cpp(2) : error C2143: syntax error : missing ';' before '{'
56324_0_21784.cpp(2) : error C2447: missing function header (old-style formal list?)
56324_0_21784.cpp(6) : error C2501: 'f' : missing storage-class or type specifiers
56324_0_21784.cpp(7) : error C2143: syntax error : missing ';' before 'for'
56324_0_21784.cpp(7) : error C2143: syntax error : missing ')' before ';'
56324_0_21784.cpp(7) : error C2143: syntax error : missing ';' before '>='
56324_0_21784.cpp(7) : error C2501: 'i' : missing storage-class or type specifiers
56324_0_21784.cpp(7) : error C2143: syntax error : missing ';' before '>='
56324_0_21784.cpp(7) : error C2143: syntax error : missing ';' before '--'
56324_0_21784.cpp(7) : error C2501: 'i' : missing storage-class or type specifiers
56324_0_21784.cpp(7) : error C2086: 'i' : redefinition
56324_0_21784.cpp(7) : error C2143: syntax error : missing ';' before '--'
56324_0_21784.cpp(7) : error C2059: syntax error : ')'
56324_0_21784.cpp(8) : error C2143: syntax error : missing ';' before '{'
56324_0_21784.cpp(8) : error C2447: missing function header (old-style formal list?)
56324_0_21784.cpp(23) : error C2501: 'printf' : missing storage-class or type specifiers
56324_0_21784.cpp(23) : error C2440: 'initializing' : cannot convert from 'char [2]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
56324_0_21784.cpp(24) : error C2143: syntax error : missing ';' before '}'
56324_0_21784.cpp(24) : error C2143: syntax error : missing ';' before '}'
56324_0_21784.cpp(24) : error C2143: syntax error : missing ';' before '}'
56324_0_21784.cpp(26) : error C2143: syntax error : missing ';' before '}'
56324_0_21784.cpp(26) : error C2143: syntax error : missing ';' before '}'
56324_0_21784.cpp(26) : error C2143: syntax error : missing ';' before '}'
|