반응형 프로그래밍/C++2 template compile error 67: error: an explicit specialization must be preceded by 'template ' I'm guessing, as you haven't given enough information. It is usually a good idea to give a small but complete example that illustrates your problem. The code you've give will not trigger such an error (at least, not by itself). Assuming you have defined a template class something like; template Image { // whatever }; then your.. 프로그래밍/C++ 2010. 7. 27. WinUnit WinUnit 네이티브 C++ 응용 프로그램을 위한 간단한 단위 테스트 Maria Blees 이 기사에서 다루는 내용: 단위 테스트의 개념 WinUnit 설정 테스트 fixture 빌드 구현 및 사용자 지정 이 기사에서 사용하는 기술: C++, Visual Studio 이 기사의 코드 다운로드: WinUnit2008_02.exe (1438 KB) 온라인으로 코드 찾아보기 목차 테스트 시작 WinUnit 시작 Fixture: 설정 및 정리 WinUnit 실행 세부 구현 추가 작업 최근 네이티브 코드 개발자라고 하면 조금은 외면을 받는 경향도 없지 않아 있습니다. Microsoft®.NET Framework가 만능 도구로 인정받고 있기 때문입니다. 필자는 개인적으로 항상 훌륭한 엔지니어링 사례에 관심이 있었.. 프로그래밍/C++ 2010. 4. 3. 이전 1 다음