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.0064 sec