求改错 double data[3][3]={{1,23/60,1/10},{16/41,1,19/41},{3/62,24/62,11/62}};
在VC++6.0MFC运行的时候出现错误:e:\smalltest\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
E:\SmallTest\SmallTestDlg.cpp(245) : error C2059: syntax error : '{'
E:\SmallTest\SmallTestDlg.cpp(245) : error C2143: syntax error : missing ';' before '{'
E:\SmallTest\SmallTestDlg.cpp(245) : error C2143: syntax error : missing ';' before '}'
E:\SmallTest\SmallTestDlg.cpp(245) : error C2143: syntax error : missing ';' before ','
E:\SmallTest\SmallTestDlg.cpp(245) : error C2143: syntax error : missing ';' before ','
希望大家指教一二,