'programming/C_C++'에 해당되는 글 286건

  1. 2012.05.04 C와 C++ 간의 호환 처리

C와 C++ 간의 호환 처리

#ifdef  __cplusplus
extern "C" {
#endif

int function();

#ifdef  __cplusplus
}
#endif

Posted by 공간사랑
,