积极答复者
关于c#的学习问题

问题
答案
-
MSDN有你想要的。
看过了还要有实际练习才能理解深刻。多上机就好。
family as water- 已标记为答案 KeFang Chen 2010年5月20日 1:52
-
可能是你没好书
建议你买 c#高级编程 现在最新的是第六版
或者直接按着msdn的资料按着学习边 很详细的
http://msdn.microsoft.com/zh-cn/library/kx37x362(v=VS.90).aspx
如果你要详细研究比如ArrayList的某些方法的话 你需要看.net的类库
http://msdn.microsoft.com/zh-cn/library/aa139615(v=MSDN.10).aspx
版本4对应vs2010
3.5 对应vs2008
2.0 对应vs2005
1.1对应vs2003
- 已标记为答案 KeFang Chen 2010年5月20日 1:52
-
这些不是语法是类库,你需要看类库的文档。
如果你安装Windows SDK的话,可以打开示例目录下的.Net Framework SDK示例看看。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
Visual C++ MVP- 已标记为答案 KeFang Chen 2010年5月20日 1:52
全部回复
-
MSDN有你想要的。
看过了还要有实际练习才能理解深刻。多上机就好。
family as water- 已标记为答案 KeFang Chen 2010年5月20日 1:52
-
可能是你没好书
建议你买 c#高级编程 现在最新的是第六版
或者直接按着msdn的资料按着学习边 很详细的
http://msdn.microsoft.com/zh-cn/library/kx37x362(v=VS.90).aspx
如果你要详细研究比如ArrayList的某些方法的话 你需要看.net的类库
http://msdn.microsoft.com/zh-cn/library/aa139615(v=MSDN.10).aspx
版本4对应vs2010
3.5 对应vs2008
2.0 对应vs2005
1.1对应vs2003
- 已标记为答案 KeFang Chen 2010年5月20日 1:52
-
这些不是语法是类库,你需要看类库的文档。
如果你安装Windows SDK的话,可以打开示例目录下的.Net Framework SDK示例看看。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
Visual C++ MVP- 已标记为答案 KeFang Chen 2010年5月20日 1:52