I have a piece of Java code that passes an array of floats to a C++ library and would like to be able to have the C++ code just access the data through a pointer rather than needing to duplicate the...