How to use two programming language to create a software?
Answers
Answered by
0
You can't use c and c++ together as they're different programming approaches. But yes, u can definitely use two or more languages at once. It is possible to combine different languages in one project, you just write two different programmes and let them communicate with each other.
. Say your project is written in Java or Python for the most part but you have a part that requires a little more computing power. Then you should do that with C, Fortran or whatever suits your needs.
The best example is in web development, where you you would use HTML, CSS , PHP, JavaScript for the front end and MySQL for the back end.
Similar questions