二维复数数组定义 (c++)
我在程序中定义:+ ?8 c+ u6 r! v" V" z3 \
complex<double> F[100][100];; }: ~% x2 [ w4 n! D
编译:g++ xxx.cpp -o xxx
% \0 Q7 m1 H& K结果:xxx.cpp(136): error: unsupported underlying vla type (non-POD class type)
( [- b* J# ]! c. p( l& n* W complex<double> F[100][100];
+ W- j/ j8 y8 c我man complex 和 man array 均没找到相关信息,我该如何定义?请求帮助!!