Passing char array from C++ to Java
843829Jul 28 2010 — edited Aug 3 2010I pass the java function a char array from c++ and when I attempt to print the char array, it won't print. Any ideas why? It would be much easier to pass it another parameter but its a requirement that it passes a char array. The char array is populated with a long converted into ints and stored as chars. Here is my java method declaration:
public void Attach(char subscribers_address[])