Accessing structure's element using Pointers
ธามนิธิศ ธนะสุข 650710555
Unsafe
Pointer

การ Acess เข้า Structure โดยใช้ pointers
1 ) การใช้ Arrow operator
Syntax:
Example:
นี่คือ code แบบที่ไม่ใช้ pointer
2 ) การใช้ Dereferencing operator
Syntax:
Example:
นี่คือ code แบบที่ไม่ใช้ pointer
เปรียบเทียบการใช้ Pointers ในการเข้าถึง Structer ของ C# กับภาษาต่าง ๆ
Presentation:
Video:
Reference
Last updated