1편
전체 글
C++ 함수 포인터 int add(int a, int b) { return a + b; }. 실전 예제와 코드로 개념부터 활용까지 정리합니다. C++·function-pointer·callback 중심으로 설명합니다.