0
Data transferation between languages
My question is is it possible to interchange values such as variables in c++ to other languages within seperate files and if so how?
1 Answer
+ 1
There are several ways to do something like that. The easiest way should be to use a data format such as XML or json, for which parsers exist in many languages.