Ios::nocreate

pchero on May 17th, 2010

 C++ 프로그래밍을 공부하던 중, 예제 프로그램을 컴파일하다 다음과 같은 에러를 발견했다.  Description    Resource    Path    Location    Type‘nocreat’ is not a member of ‘std::ios’    Config.cpp    /TEMS/src    line 40    C/C++ Problem  환경은 이클립스 3.5.2 버전이었으며, g++ 버전은 version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) 이었다.  문제의 원인을 찾기 위해 구글링을 해보니 답은 간단했다. […]

Continue reading about ios::nocreate