태그|find_if(총 3개의 글)
'find_if' 관련 최근글
-
- find_if<const char*> 찾지 못하면?

-
Purewell.BIZ by 샘이|2007/12/07 14:40
당연한 결과겠지만, 맨 뒷 녀석이 나오겠지. #include #include #include using namespace std; int main(int argc, char* argv[]) { const char buf[] "Hello, world!"; const char* pb(buf); const char* pe(buf+sizeof(bu..
- find_if<const char*> 찾지 못하면?
-
- bind2nd 컴파일 오류2

-
Purewell.BIZ by 샘이|2007/12/06 10:44
bind2nd 컴파일 오류 아, 시바스 리갈 같은 상황. 이럴꺼면 뭣하러 STL써! #include #include #include #include using namespace std; typedef struct mystorage { int i; char c; } mystorage; #if defined(POINTER_TYPE) typedef list mylist; #..
- bind2nd 컴파일 오류2
-
- bind2nd 컴파일 오류

-
Purewell.BIZ by 샘이|2007/12/05 16:47
아래와 같은 소스에서 bind2nd에서 컴파일 오류가 난다. #include #include #include using namespace std; typedef struct mystorage { int i; char c; } mystorage; typedef list mylist; inline bool check(const mystorage& s, int id) { ret..
- bind2nd 컴파일 오류







