2010/02/02

C# week2_1

CLR : common language run time
  • manage run time
  • memory management
  • thread management
  • enforcing type safety
MSIL : Microsoft Intermediate Language
JIT : Just in time compiler
ALU : Arithmetic and Logic Unit

Variables : way to use memory
Datatype : C# is a strongly typed language, so every variables and objects must have a declared type.

Datatype
  • Integer
  • Decimal
  • Bool
  • char
Literals

0 件のコメント:

コメントを投稿

UA-9417263-1