@tom215
수강평 작성수
1
평균평점
5.0
질문&답변
int getvalue() const에서 const는 왜 뒤에 붙는건가요?
함수에서는 const가 뒤에 붙습니다.
void UpdateString(char* str, int(*pt)(int)) 함수
오오 빠른 답변 감사드립니다!!!