+ 1
Compatibility of Programming Languages
Hello to everyone! I have a question... Is somewhere in this whole project or if someone can tell me, how is one language compatibile with another? For example: If I wanted to create a program with every its needs. Like graphics, quotes etc. Thanks, fellow newbie WhatIsThis
4 Respuestas
+ 5
The whole web group is HTML for the words and stuff CSS for the colors and positioning and JS for math stuff
+ 15
we use both java & sql for java-database connectivity
//java as front-end ... taking user input
//MySQL as back-end ... storing input & making modifications in it
+ 2
Another example would be Microsoft's .NET Framework and Common Language Interface. You can use C#, F# and VB.NET together easily and use C++/CLI to link C/C++ code as well. But remember that all these are special cases. Most programming languages can not "talk" with each other.
+ 1
Amazing! Thanks guys. Glad to have you here!!