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 | |
---|---|---|---|---|
Array of hourly dates | 2 | 383 | September 27, 2021 | |
Passing a C struct into Julia | 20 | 4145 | February 2, 2021 | |
How to input types for functions in a more compact way? | 4 | 257 | February 7, 2023 | |
Simple method for converting float array to DateTime (or similar)? | 6 | 2658 | November 17, 2021 | |
String Arrays | 0 | 598 | June 20, 2017 |