开发者

Is there any way to convert C++ program into ASP.NET?

开发者 https://www.devze.com 2022-12-31 08:01 出处:网络
Is there any way to convert C++开发者_运维知识库 program into ASP.NET?No there is not. You have some options though:

Is there any way to convert C++开发者_运维知识库 program into ASP.NET?


No there is not.

You have some options though:

  • You can create a managed C++ / CLI DLL from your C++ code.
  • You can create a C++ Win32 DLL and use p/invoke to import the DLL functions into your ASP.NET page.
  • Re-write your code in C# or another .Net language.


No this is not at all possible. It's like converting an apple to a television.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号