프로그래밍/자료구조
C++ 포인터(pointer)
안잭
2018. 11. 25. 16:47
- 정의 : 메모리 주소를 가르키는 변수
- 규정요소 : 주소(Address)와 타입(type), 주소만 있는 포인터 : (void pointer)
- 포인터의 연산 : * (dereference operator), &(address of operator)