Window Course/C 썸네일형 리스트형 함수포인터(Function Pointer) 함수 포인터란 함수를 가리키는 포인터다. 함수의 원형 리턴타입(*변수명)(인수의 목록); 함수의 원형에서 관심깊게 봐야 할 것은 함수명이 변수명에 *를 붙였다는 것이다. 더보기 Binding(바인딩) Binding : the association of objects (data and/or code) with identifiers 바인딩은 속성과 개체 또는 연산과 기호를 연관시키는 것이다. 1. Early Binding In programming languages, name binding or early binding is the association of objects (data and/or code) with identifiers. An identifier bound to an object is said to reference that object. Machine languages have no built-in notion of identifiers, but name-object bindings a.. 더보기 이전 1 다음