文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>C# 入门经典示例.

C# 入门经典示例.

时间:2011-01-29  来源:胖子黎

    {

       static int a = ushort.MaxValue, b;

       static short c;

        static void Main()

        {

          //调试的时候不会报错。

            

                Console.WriteLine(a);

                c = (short)a;

 

                Console.WriteLine(c);

        }

    }

 

 

    class Class3

    {

       static int a = ushort.MaxValue, b;

       static short c;

        static void Main()

        {

             Checked  //调试的时候如果出现溢出,会报错。直接运行不会报错。

            {

                Console.WriteLine(a);

                c = (short)a;

 

                Console.WriteLine(c);

            }

    

        }

    }

相关阅读 更多 +
排行榜 更多 +
火柴人英雄塔防内置菜单

火柴人英雄塔防内置菜单

策略塔防 下载
车辆大师无限金币内置菜单

车辆大师无限金币内置菜单

赛车竞速 下载
狂冲之路免内购版

狂冲之路免内购版

赛车竞速 下载