0

Is combining programming languages necessary when developing software (ex: game) ? If necessary, how do you combine them?

23rd Jun 2019, 12:23 PM
mmm...
mmm... - avatar
2 odpowiedzi
+ 1
Sometimes, if you use android studio for an application it uses both java and c++. These work together and you don't need to do something special to make it work. For combining python and C/C++ you can use a compiler called Cython that makes python extensions using C
23rd Jun 2019, 1:20 PM
tiberiu
tiberiu - avatar
+ 1
23rd Jun 2019, 1:22 PM
mmm...
mmm... - avatar