-
Pointer포인터형식코딩Coding/C#_용어 2020. 5. 14. 17:18728x90
In computer science, a pointer is a programming language object that stores a memory address. ... A pointer references a location in memory, and obtaining the value stored at that location is known as dereferencing the pointer.
https://www.google.com/search?q=pointer%20code
https://docs.microsoft.com/ko-kr/dotnet/csharp/programming-guide/unsafe-code-pointers/pointer-types
반응형'코딩Coding > C#_용어' 카테고리의 다른 글
[C#] 왜 partial class를 사용하는걸까요? (0) 2020.05.28 (C#)using System.Threading; (0) 2020.05.28 부울린연산자Boolean Operator, 비교연산자 (2) 2020.05.23 관리코드(Managed code)&비관리코드(Unmanaged code)& 중간언어(Intermediate Language, IL) (0) 2020.05.15 Method메소드 (0) 2020.05.14 인터페이스Interface(c#) (0) 2020.05.14 대리자C#[delegates] (0) 2020.05.14 Array Class (0) 2020.05.14