-
Does javacpp only support primitive types? |
Beta Was this translation helpful? Give feedback.
Answered by
saudet
Mar 31, 2021
Replies: 1 comment
-
No, it supports anything that we can access with a pointer in C++. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
saudet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, it supports anything that we can access with a pointer in C++.