CPP - Condition If , Switch
CPP - Condition If , Switch // Condition if , switch, enum, while #include #include #include #include using namespace std; enum UPGRADE{UPGRADE_1 = 1, UPGRADE_2, UPGRADE_3, UPGRADE_4, UPGRADE_5, UPGRADE_6, UPGRADE_7, UPGRADE_8, UPGRADE_9, UPGRADE_10, UPGRADE_11, UPGRADE_12, UPGRADE_13, UPGRADE_14, UPGRADE_15}; int main() { int iBuff; char cInput1, cInput2; const int iAttack = 0x00000001; const i..
2019. 4. 3.