由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - C#.Net Funsdamentals (3)
相关主题
C#.Net Funsdamentals (4)C#.Net Funsdamentals (5)
C#.Net Funsdamentals (1)C#.Net Funsdamentals (6)
C#.Net Funsdamentals (2)
相关话题的讨论汇总
话题: c#话题: string话题: type话题: net
进入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++.
Predefined types
few types
object
The ultimate base type of all other types object o = null;
string
String type; a string is a sequence of Unicode characters string s = "hello";
sbyte
8-bit signed integral type sbyte val
1 (共1页)
进入DotNet版参与讨论
相关主题
C#.Net Funsdamentals (5)C#.Net Funsdamentals (1)
C#.Net Funsdamentals (6)C#.Net Funsdamentals (2)
C#.Net Funsdamentals (4)
相关话题的讨论汇总
话题: c#话题: string话题: type话题: net