▲kayws426 2022-09-29 | parent | ★ favorite | on: C++ 초기설계자가 작성한 int* p 와 int *p 에 대한 글(stroustrup.com) C 프로그래머: int *p 로 작성하며 *p 의 타입이 int 라고 설명 함 C++프로그래머: int* p 로 작성하며 p 의 타입이 pointer of int 라고 설명 함 "Whenever something is a matter of taste, discussions can drag on forever." ▲kayws426 2022-09-29 [-]TMI 지만, 이분의 이름으로 웹사이트가 있을줄 몰랐습니다. 이 사이트는 아파치 웹서버를 사용하며 C로 작성되었고 int *p 형태를 사용합니다. 답변달기
"Whenever something is a matter of taste, discussions can drag on forever."