如何将C#转换为C ++ [英] how to convert C# to C++

查看:1151
本文介绍了如何将C#转换为C ++的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能有人请帮我到C#转换为C ++?这里有一个例子:

 使用系统;使用System.Net 
;
使用System.Text;
:使用System.IO;
使用的System.Threading;
命名空间read_website
{
类节目
{
静态无效的主要(字串[] args)
{
...
}


}
}

事实上,因为它是复杂的混合C#和C ++在UNIX上,我想C#转换为C ++
这样,任何帮助将是非常赞赏



请多关照您的回复,帮助和时间,

,因为它是复杂的
解决方案

其实混合C#和C ++在UNIX上,我想C#转换为C ++




您有没有考虑过的Mono~~MD~~aux 的?这是一件绝对值得开始学习C ++,以便转换并运行在Unix上现有的.NET应用程序之前检查。这也是二进制兼容的含义,你甚至不需要重新编译您现有的汇编。


Could someone please help me to convert C# to C++? here is an example:

using System;
using System.Net;
using System.Text;
using System.IO;
using System.Threading;
namespace read_website
{
    class Program
    {
        static void Main(string[] args)
        {
            ...
        }

        ...           
     }
}

Actually as it is complicated to mix C# and C++ on unix, I am trying to convert C# to C++ so, any help will be very appreciated

Thanking you in advance for your reply, help and time ,

解决方案

Actually as it is complicated to mix C# and C++ on unix, I am trying to convert C# to C++

Have you considered Mono? It is something that's definitely worth checking before starting to learn C++ in order convert and run an existing .NET application on Unix. It's also binary compatible meaning that you don't even need to recompile your existing assembly.

这篇关于如何将C#转换为C ++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆