I am thinking of learning C++ (I already know Python and Java), and a friend of mine is thinking of learning C# (already knows some Java and JavaScript).
I know there is a long debated "C++ or C#" ordeal out there, so I am not asking about that! :) (I've already done my research on that subject).
What I would like to know is: If him and I decided to team up on a project, can we program in our own languages and use them together? Maybe with dlls or byte code (or I guess in this case MSIL)?
And if so, what tool(s) would we need and how would it be done?
Thanks in advance!
- WolfShield