+ 3
como crear programa con dos o mas lenguajes de programacion
nesecito saber
3 ответов
+ 3
muchas gracias
+ 1
Lo siento por mi Ingles, mi español es muy malo!
If they need to communicate you can use TCP or UDP packets and have the programs sending data between them and act on the information.
You can also 'call' the other programs from within your application.
i..e using pythons subprocess module you might call your c application:
import subprocess
subprocess.check_output("my_compiled_c_program")
or more directly using sip.
However, do you have a specific problem you need to solve? put it here and the community will offer solutions information to help.
+ 1
pues eso depende de ti ahora todo se basa en lo web y ahí si hay muchos lenguajes por en medio que los famosos son java y c# sin dejar a un lado PHP
entre otros.