cdeclog

  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록

BIND 1

bind, lambda 예제

#include #include #include #include #include using namespace std; #include #include namespace std { namespace tr1 = boost; } // 테스트용 클래스 class CInt { public: CInt(int n = 0) { n_ = n; } CInt(const CInt &t) { n_ = t.n_; } const CInt& operator=(const CInt &t) { if (this != &t) { n_ = t.n_; } return *this; } const CInt& operator=(int n) { n_ = n; return *this; } ~CInt() {} public: void Print(string..

Dev/C++ 2007.05.11
이전
1
다음
더보기
프로필사진

cdeclog

Bright Size Life

  • 분류 전체보기 (300)
    • 일상 (105)
    • 사진 (71)
    • 책읽기 (4)
    • Dev (119)
      • C++ (55)
      • .NET (7)
      • Java (2)
      • devops (0)
      • Windows (26)
      • Linux (2)
      • SQL (4)
      • Data (6)
      • Network (4)
      • Web (1)
      • Encryption (6)

Tag

withdll, spark, 구글캘린더, Hadoop for Windows, libtcmalloc_minimal, aphache spark, template, boost, C++ 0x, operator overloading, REST, new, Asio, COM+, C++0x, dll, Git, atl, Lambda, C++,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

  • https://cdecl.github.io/ 이동

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2026/01   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

방문자수Total

  • Today :
  • Yesterday :

Copyright © AXZ Corp. All rights reserved.

티스토리툴바