Tagged Questions
1
vote
1answer
89 views
Is this possible for C to execute a piece of js code?
For example, I have a js code, and I while like to write a simple console program that read this code, execute it, and print back the result. Is this possible to do so? If yes, how can I start doing ...
1
vote
3answers
210 views
Importing C methods/classes into a C# project
I have some c headers, and a c lib that I'd like to import and use in a c# project. How can I do this?
1
vote
4answers
704 views
Can you call Ada functions from C++?
I'm a complete Ada newbie, though I've used Pascal for 2-3 years during HS.
IIRC, it is possible to call Pascal compiled functions from C/C++. Is it possible to call procedures & functions ...