U E D R , A S I H C RSS

neocoin/Code Scrap

ƒ ด€ ํ”„กœทธž˜ฐค‘ ‚ฌšฉํ•˜Š” ด””—„, ‹ ธฐํ•œ ํ˜„ƒ“ค„ ชจ•„†“Š” ํŽ˜ด€

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
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:31:43
Processing time 0.0110 sec