A5下载 - 努力做内容最丰富最安全的下载站!

A5站长下载站

当前位置:A5下载 > 书籍教程 > 程序语言 > C#教程 > C# 程式設計手冊
C# 程式設計手冊

C# 程式設計手冊

  • 软件大小:559 KB
  • 软件语言:简体中文
  • 更新时间:2010-07-20
  • 软件类型:国产软件 / C#教程
  • 运行环境:WinAll
  • 软件授权:免费软件
  • 官方主页:http://
  • 软件等级 :
  • 软件厂商:ivy
立即高速安全下载
  • 介绍说明
  • 下载地址
  • 精品推荐
  • 相关软件
  • 网友评论

C# 程式設計手冊,WORD格式,共605页,40多万字,推荐下载阅读!

Hello World -- 您的第一個程式 (C# 程式設計手冊)
更新:2007 年 11 月
下面的主控台程式是傳統的 "Hello World!" 程式之 C# 版本,它會顯示 Hello World! 的字串。(源码网整理:www.codepub.com)
C# 複製程式碼
// A Hello World! program in C#
using System;
namespace HelloWorld
{
class Hello
{
static void Main()
{
System.Console.WriteLine("Hello World!");

// Keep the console window open in debug mode.
System.Console.WriteLine("Press any key to exit.");
System.Console.ReadKey();
//the difference between Read() and ReadKey()
}
}
}
現在讓我們檢查這個程式的幾個重要部分。
註解:第一行包含了一段註解:
C# 複製程式碼
// A Hello World! program in C#
字元 // 可以將這行的後面部分轉換成註解。您也可以藉由將一段文字區塊包含在 /* 和 */ 的字元間進行註解,例如:
......

下载地址

  • PC版

本地下载

相关软件

查看所有评论+

网友评论

网友
您的评论需要经过审核才能显示

本类排名

本类推荐

装机必备

换一批

相关资讯

公众号