์๋ฏผ ์ด๊ฐ ํ๋ก๊ทธ๋๋ฐ์ค ์ฌ์ฉํ๋ ์ด๋์, ์ ๊ธฐํ ํ์๋ค์ ๋ชจ์๋๋ ํ์ด์ง
ostream iterator์ ์ ๋น 

~cpp ostream_iterator<int> out(cout , " "); copy(vector1.begin(), vector1.end(), out); cout << endl;
ํค๋ํ์ผ, VC++, MFC ์ ์ธํ
์์
~cpp class Board{ pubilc: static const int INIT_START; void init(int aOption){ if ( aOption == INIT_START )... // ๋ด๋ถ์์ ์ฌ์ฉํ๋ฉด error // console ๋ชจ๋์์๋ ๊ด์ฐฎ๋ค. } }; const int Board::INIT_START = 0;
win32 ์์ ์ค์ ํ์ผ api
~cpp case AMA: if ( m_nTime < (int)::GetPrivateProfileInt("FindBomb", "AMA_Time", 999, ".\FindBomb.ini")){ return TRUE; }
~cpp %windir%\system32\gpedit.msc
neocoin