-
declaration of ‘array’ as multidimensional array must have bounds for all dimensions except the firstComputer/linux 2008. 8. 19. 21:06C compiler issues the error :
declaration of ‘array’ as multidimensional array must have bounds for all dimensions except the firstsum_function (TH1D* inHisto[][]);
Solution:sum_function(TH1D* inHisto[][10]);
Reference :
http://oreilly.com/catalog/cplus2/errata/cplus2.confirmed'Computer > linux' 카테고리의 다른 글
Make a secure PC with sshd and ufw (0) 2008.08.20 "Search" example in C (0) 2008.08.18 warning: incompatible implicit declaration of built-in function ‘strstr’ (0) 2008.08.15