标题:请教简单的c#程序分析
取消只看楼主
mq0532
Rank: 1
等 级:新手上路
帖 子:69
专家分:0
注 册:2006-9-7
 问题点数:0 回复次数:0 
请教简单的c#程序分析

using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

/// <summary>
/// hello 的摘要说明
/// </summary>
///
///
public class hello
{
public hello()
{
//
// TODO: 在此处添加构造函数逻辑
static void Main(string[] args)
{
Console.WriteLine("hello world");
}
//
}
}

我用的是vs.2005 调试的时候运行不出来
提示说 在哪个地方加个"}"
搞不明白
请高手分析分析 我是刚学习 也请教些学习的方法
谢谢

搜索更多相关主题的帖子: 程序分析 
2006-09-12 11:24



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-89573-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.348484 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved