티스토리 뷰
템플릿 헤더를 선언을 해주지 않으면
error C2143: syntax error : missing ';' before '<'
error C2904: 'CList' : template-name already defined as 'int CList'
요 딴 Error을 발생.........으으
그래서 해결책은.............. #include <afxtempl.h> 선언...GG...
error C2143: syntax error : missing ';' before '<'
error C2904: 'CList' : template-name already defined as 'int CList'
요 딴 Error을 발생.........으으
그래서 해결책은.............. #include <afxtempl.h> 선언...GG...