Category: C++ object instantiation

  • JNI, C++ object instantiation

    So my next task is to create a java gui using a C++ library. The library is pretty simple. There is one main class with a few supporting classes. The supporting classes are basically just structs which hold variables.The first thing to be done is create a Java class similar to the main C++ class.…