123265_0_24021.cpp
123265_0_24021.cpp(7) : error C2440: '=' : cannot convert from 'int (*)[6]' to 'int *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
123265_0_24021.cpp(10) : error C2109: subscript requires array or pointer type
123265_0_24021.cpp(10) : error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'int' (or there is no acceptable conversion)
123265_0_24021.cpp(13) : error C2440: '=' : cannot convert from 'int (*)[3]' to 'int *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
123265_0_24021.cpp(14) : error C2109: subscript requires array or pointer type
123265_0_24021.cpp(14) : error C2059: syntax error : '{'
123265_0_24021.cpp(14) : error C2143: syntax error : missing ';' before '{'
123265_0_24021.cpp(14) : error C2143: syntax error : missing ';' before '}'
123265_0_24021.cpp(19) : error C2109: subscript requires array or pointer type
123265_0_24021.cpp(19) : error C2109: subscript requires array or pointer type
123265_0_24021.cpp(19) : error C2109: subscript requires array or pointer type
123265_0_24021.cpp(19) : error C2106: '=' : left operand must be l-value
123265_0_24021.cpp(20) : error C2109: subscript requires array or pointer type
123265_0_24021.cpp(22) : error C2109: subscript requires array or pointer type
123265_0_24021.cpp(22) : error C2106: '-=' : left operand must be l-value
123265_0_24021.cpp(23) : error C2065: 'b' : undeclared identifier
123265_0_24021.cpp(23) : error C2109: subscript requires array or pointer type
123265_0_24021.cpp(23) : error C2109: subscript requires array or pointer type
123265_0_24021.cpp(23) : error C2105: '++' needs l-value
123265_0_24021.cpp(31) : error C2109: subscript requires array or pointer type
|