c++程序转vb.net c++程序转换成图形化程序

C语言中GetEnvironmentStrings();换成VB.net怎么去实现?Declare Function GetEnvironmentStrings Lib "kernel32" Alias "GetEnvironmentStringsA" () As String
如何将C#语言转换为VB.net语言?晕,我下过这么个软件,就是从C#转换成VB.NET
不过
我找到了一个网址
打开就可以了
在线翻译
C语言转换为VB.NETOption Explicit On
Option Strict On
Imports System
Module Program
Sub Main()
Dim y,m,t As Integer
begin:
' 输入数据时一行一个
y=CInt(Console.ReadLine())
m=CInt(Console.ReadLine())
t=CInt(Console.ReadLine())
If y
200 Then
Console.WriteLine("ERROR")
goto begin
End If
pr(y,m,t)
Console.Write("Press any key to continue . . . ")
Console.ReadKey(True)
End Sub
Function pr(y As Integer,m As Integer,t As Integer) As Integer
Dim ye,[Me],i As Integer
ye=CInt((m t-2)/12 y)
[Me]=(m t-2) Mod 12 1
End If
End Function
Function mday(y As Integer,m As Integer) As Integer
Dim day As Integer()={0,31,28,31,30,31,30,31,31,30,31,30,31}
Dim ad As I
【c 程序转vb.net c 程序转换成图形化程序】关于c程序转vb.net和c程序转换成图形化程序的介绍到此就结束了,不知道你从中找到你需要的信息了吗 ?如果你还想了解更多这方面的信息,记得收藏关注本站 。

    推荐阅读