Computer Science, asked by Unknown0507, 17 days ago

How to work with 2 languages in 1 project

Answers

Answered by chakrabortyb296
0

Answer:

Having multiple languages in one project is actually quite common, however the principles behind are not always simple.

In the simple case.

Hope this helps you.

Answered by samratsandilya8
1

Answer:

There are various ways that multiple languages can be used in one project. Some examples: You can write a DLL in, say, C, and then use that library from, say, a VB program. You could write a server program in, say C++, and have lots of different language implementations of the client.

please mark as brainlist

Similar questions