language-binding Questions
5
Solved
I'm a Python veteran, but haven't dabbled much in C. After half a day of not finding anything on the internet that works for me, I thought I would ask here and get the help I need.
What I want to ...
Vasiliu asked 14/2, 2013 at 20:53
1
Solved
I've found that Elixir programs can run C code either via NIFs (native implemented functions) or via OS-level ports. Having read those and similar links, I'm not a hundred percent clear on when to ...
Halfback asked 4/2, 2017 at 2:42
2
Solved
I have a C library that uses a struct of function pointers for callbacks. The callbacks will be called from C code.
extern "C" {
typedef struct callbacks_t {
void (*foo) (const char*);
int (*bar...
Calcification asked 29/4, 2016 at 15:10
4
Solved
Does there exist a symbolic computation library written pure C? Symbolic computation as in manipulating mathematical equations in symbolic form.
I know there is Mathematica, and Sympy. But, I am ...
Bucko asked 30/7, 2012 at 3:44
1
I am using SWIG to wrap a function that returns an std::map in PHP.
In the PHP code, I need to iterate over the elements of the map.
Thw SWIG library provides support for std::map with the std_ma...
Rorie asked 14/5, 2012 at 3:0
1
Solved
I am writing a PHP wrapper for a C++ library using SWIG, but I am having trouble using a structure with an instance of a template type as a data member.
Suppose I have the following header file:
...
Anguilla asked 4/5, 2012 at 21:57
1
Solved
I'm looking for a way to extend (i.e. add new members to a type using the %extend directive) a type that is defined in the library file itself while the header files of the library provide only a f...
Electromechanical asked 3/4, 2012 at 14:1
4
I know that there are a lot of CUDA language bindings, such as PyCUDA, but are there any good bindings for .Net? The only one I've seen is this one, but I'd like to know if there are any others.
Nedranedrah asked 23/10, 2008 at 6:40
4
Solved
My good friend, Wikipedia, didn't give me a very good response to that question. So:
What are language bindings?
How do they work?
Specifically accessing functions from code written in language...
Hardison asked 25/8, 2008 at 11:13
1
© 2022 - 2024 — McMap. All rights reserved.