C#.Net Funsdamentals (4)# DotNet - 窗口里的风景
c*t
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++.
Conversions
The predefined types also have predefined conversions. For instance,
conversions exist between the predefined types int and long. C#
differentiates between two kinds of conversions: implicit conversions and
e
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++.
Conversions
The predefined types also have predefined conversions. For instance,
conversions exist between the predefined types int and long. C#
differentiates between two kinds of conversions: implicit conversions and
e