C#初学者求解
我用的是vs2008,下面是程序
using System;
class Hello
{
publiuc static void main()
{
.ConsolewriteLine("Hello,world");
}
}
这段因该是很多人学的第一个程序,我好多年前也有学过C跟Qbasic,但是这段我在编译的时候提示出错了,下面是出错的提示: c#
[解决办法]
这个是控制台应用程序吧
发布时间: 2013-01-21 10:15:39 作者: rapoo
C#初学者求解
我用的是vs2008,下面是程序
using System;
class Hello
{
publiuc static void main()
{
.ConsolewriteLine("Hello,world");
}
}
这段因该是很多人学的第一个程序,我好多年前也有学过C跟Qbasic,但是这段我在编译的时候提示出错了,下面是出错的提示: c#
[解决办法]
这个是控制台应用程序吧