Fortran Arrays in C++

The Armadillo C++ library has multidimensional array access with x(i,j,k) as in Fortran, although the lower bounds are 0. It is used in many R packages. When will it be preferable to use FAR++ over Armadillo?