-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple example #4
Comments
As described on Discourse, this question is somewhat ill-posed, i.e. there are details missing. Calling C++ requires handling many low-level details, and you still need to handle them when you call C++ from Julia. Such questions are:
If you are thinking of an existing C++ library, then looking at the library's API might help answer these questions. If you are unfamiliar with the questions above, then some higher-level questions might help determine the answers:
|
I'll try to answer your questions but if you need more information please let me know. Thank you |
Hi, thank you for the package.
Someone mentionned your package:
https://discourse.julialang.org/t/ccall-c-sort-vector-of-string/74635/21
I was wondering if you would be able to provide a simple example (step by step) on how to sort a vector of strings using c++
std::sort
.Thank you
The text was updated successfully, but these errors were encountered: