I plan to use Julia as one of the languages that manipulates array of data that come from C/C++ programs. So I need to embed Julia. That works alright. However I need to pass array of basic types from C to Julia that includes integers, numbers, strings, datetime. There are quite good example for passing numeric arrays, and I am happy with them, but I need some advice in how to pass date time ARRAY variables (date, daytime, datetime), and strings. Ideally would be a zero copy mechanism, of course, yet I am eager to learn about any other solution.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Accessing C Array in Julia | 1 | 1090 | February 12, 2017 | |
| How to convert to DateTime all column or array? | 3 | 1501 | March 3, 2017 | |
| C Interface -- How to store an element in a C array | 4 | 1082 | March 22, 2019 | |
| Passing Arrays to embedded Julia | 5 | 2234 | January 28, 2017 | |
| Pass structure containing String to C code | 7 | 2147 | January 25, 2017 |