Interfacing Java with C/C++
Native C/C++ code has the ability to unleash the power of your application. To do so, Java code needs to invoke and run its native counterpart. In this part, we are going to interface Java and native C/C++ code together.
Note
The resulting project is provided with this book under the name Store_Part2
.