-
error C3861: 'back_inserter': identifier not foundProgramming/C 2010. 6. 9. 05:24Visual Studio 2010버전에서 기존의 프로젝트를 빌드할 경우 생길 수 있는 오류 중 하나
해결 방법은 아래 문구(?)를 추가해 주면 된다고 한다.
#include <iterator>
출처 : http://www.cplusplus.com/reference/std/iterator/back_inserter/
'Programming > C' 카테고리의 다른 글
끄적 끄적 정리 - 2 (CallbyValue, CallbyReference) (0) 2011.01.14 끄적끄적 정리 - 1 (0) 2011.01.13 Error C2601 (0) 2010.05.26 Error code.. (0) 2010.05.14 argc? argv? (0) 2010.05.08