138608_0_24179.cpp
138608_0_24179.cpp(7) : error C2466: cannot allocate an array of constant size 0
138608_0_24179.cpp(7) : error C2440: 'initializing' : cannot convert from 'const int' to 'int []'
There are no conversions to array types, although there are conversions to references or pointers to arrays
138608_0_24179.cpp(7) : error C2374: 'c' : redefinition; multiple initialization
138608_0_24179.cpp(7) : see declaration of 'c'
138608_0_24179.cpp(7) : error C2440: 'initializing' : cannot convert from 'const int' to 'int [1]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
|