↧
Answer by tiho for how to use the julia language in c++ (visual studio)
waTeim's answer is correct, go vote for it! I just want to complement it with steps to use the library in your Visual Studio project. The following assumes that libjulia.lib is in your Julia's bin...
View ArticleAnswer by waTeim for how to use the julia language in c++ (visual studio)
Embedding JuliaYes Julia can be embedded in a C or C++ program on all of the platforms which Julia itself is available and in all cases the general approach is the same, but in particular the embedding...
View Articlehow to use the julia language in c++ (visual studio)
Is it possible to use the julia language in c++?Does the julia language provides some libraries to include?For now, I am trying to use some funcitons of the julia language in my c++ project.Is this...
View Article