헤더에
# include <fstream> 추가하니까 사라짐! 휴..하루종일 걸렸네
http://www.dreamincode.net/forums/topic/279883-error-c2784-beginner-mistake-p/
http://cafe.naver.com/cafec/314718
아....
저 에러 계속 떠가지고
방황 하다가...
using namespace std;
빼버리고 std::cout << 썻더니 오류 안나서 신나햇는데
오류가 나버리네...
책에도 나와 있지 않아서 찾다 찾다가
#include<string> 를 헤더랑 메인에 다넣어주니까 오류 해결 !
반응형
'문제점해결' 카테고리의 다른 글
The method getRemoteAddr() from the type ServletRequest refers to the missing type String (0) | 2014.07.29 |
---|---|
error LNK2019: _Direct3DCreate9@4 외부 기호(참조 위치: "void __cdecl init(void)" (?init@@YAXXZ) 함수)에서 확인하지 못했습니다 (0) | 2014.07.29 |
0xc000007b (0) | 2014.07.29 |
프로젝트import 할 때 finish버튼 비활성화 (0) | 2014.07.25 |
import후 에러 잡기 (0) | 2014.07.25 |