下面是我的法典,作为文件存档和存档。
in .c it compiled fine, but threw the following error in .cpp
test.cpp:6: error: initializer-string for array of chars is too long
test.cpp:6: error: initializer-string for array of chars is too long
#include< stdio.h>
int main()
{
char str[2][2]= { "12", "12"};
int i;
for(i=0; i<2; i++)
printf("%d %s
", i, str[i]);
return 0;
}
是否有任何汇编者指令或任何指示,以便编造者将这一指示作为C代码。
我曾尝试过“C”号,但却没有帮助。