C compiler
-
declaration of ‘array’ as multidimensional array must have bounds for all dimensions except the firstComputer/linux 2008. 8. 19. 21:06
C compiler issues the error : declaration of ‘array’ as multidimensional array must have bounds for all dimensions except the first sum_function (TH1D* inHisto[][]);Solution: sum_function(TH1D* inHisto[][10]); Reference : http://oreilly.com/catalog/cplus2/errata/cplus2.confirmed