ERROR-_main already defined in xxxxxxx.obj
CODEDRAGON ㆍDevelopment/C, C++
반응형
[Visual Studio C++ ] ERROR-_main already defined in xxxxxxx.obj
오류메시지
Severity Code Description Project File Line Error LNK2005 _main already defined in ch-basic.obj ch-basic C:\CodeLab\git\study_cpp\ch-basic\ch-basic\Ex08.obj 1 |
해결방법
main() 중복 확인하시기바랍니다.
'Development > C, C++' 카테고리의 다른 글
Ex54-2차원 배열의 주소를 저장하는 배열 포인터 변수 p 사용하기 (0) | 2016.06.20 |
---|---|
Error-PCH warning: cannot find a suitable header stop location. An IntelliSense PCH file was not generated (0) | 2016.06.18 |
Ex53-1차원 배열 주소를 저장하는 포인터 변수를 이용하여 1차원 배열 요소들의 값에 접근하기 (0) | 2016.06.14 |
Ex52-주소에 의한 호출(Call By Reference) (0) | 2016.06.05 |
Ex51-값에 의한 호출(Call By Value) (0) | 2016.05.30 |