C, C+, C# to C++
-
Jay Minor wrote:
Is it possible to execute C, C+, and C# in C++
Can you please explain what exactly do you mean by "executing". If you have exe's developed in any of the language you can execute them in C++ using the ShellExecute API. It would be good if you can put some more thought and explain to everyone here what do you exactly want to achieve.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
Can you more explain do you have any code on the C# if yes you cant use of them on the c++.
WhiteSky
-
Can you more explain do you have any code on the C# if yes you cant use of them on the c++.
WhiteSky
-
Well I don't care much about C#; most importantly I want to know if I can code C and C+ in C++. ex. a very basic app like some calculations
Sometime its possible use of C code on the c++ but for C# its different.
WhiteSky