由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - C#.Net Funsdamentals (2)
相关主题
C#.Net Funsdamentals (1)C#.Net Funsdamentals (4)
C#.Net Funsdamentals (6)C#.Net Funsdamentals (5)
C#.Net Funsdamentals (3)
相关话题的讨论汇总
话题: types话题: c#话题: net话题: c++
进入DotNet版参与讨论
1 (共1页)
c**t
发帖数: 2744
1
ntroduction
C# (pronounced "C sharp") is a simple, modern, object-oriented, and type-
safe programming language. It will immediately be familiar to C and C++
programmers. C# combines the high productivity of Rapid Application
Development (RAD) languages and the raw power of C++.
Types
C# supports two kinds of types: value types and reference types. Value types
include simple types (e.g., char, int, and float), enum types, and struct
types. Reference types include class types, interface types, de
1 (共1页)
进入DotNet版参与讨论
相关主题
C#.Net Funsdamentals (4)C#.Net Funsdamentals (6)
C#.Net Funsdamentals (5)C#.Net Funsdamentals (3)
C#.Net Funsdamentals (1)
相关话题的讨论汇总
话题: types话题: c#话题: net话题: c++