i found a translator for c++ to c# , but it doesn't work. (Code2Code.net)
Test with cout
int main(int argc, char** argv)
{
cout << "Hello World";
return 0;
}
The Results becomes
public static int Main(string [] argv)
{
cout << "Hello World";
return 0;
}
My Question to you, is = is it any other translator that works for C++ to C# (dont need to be free)