-
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
pointer code - Google 검색
Some C programming tasks are performed more easily with pointers, and ... When the above code is compiled and executed, it produces the following result −
www.google.com
https://docs.microsoft.com/ko-kr/dotnet/csharp/programming-guide/unsafe-code-pointers/pointer-types
포인터 형식 - C# 프로그래밍 가이드
포인터 형식(C# 프로그래밍 가이드)Pointer types (C# Programming Guide) 이 문서의 내용 --> 안전하지 않은 컨텍스트에서는 형식이 포인터 형식, 값 형식 또는 참조 형식이 될 수 있습니다.In an unsafe context,
docs.microsoft.com
반응형'코딩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