C# Primitive Types

preview_player
Показать описание
Jamie King discussing C#'s basic primitive types.
Рекомендации по теме
Комментарии
Автор

amazing...that was the first video you showed where I already knew everything you talked about.

dougwarner
Автор

Are primitive data types object in c#?

akaJekyll
Автор

Jamie King does the type size *really*  make any difference in the memory usage in c#? I've never personally encountered an instance where values in a  c# program weren't 4 byte (word edge) aligned in ram. 

alikat
Автор

Decimal and string aren't primitives, try:



shaunhunterit