Programming I133 23.03.09.목_2개월.01_Class 보호되어 있는 글 입니다. 2023. 3. 9. 23.03.08.수_1개월.17_미리컴파일된헤더.레퍼런스.string.절차지향.객체지향 보호되어 있는 글 입니다. 2023. 3. 9. Text Rpg _C, C++ # 작성 코드 // Text RPG 만들기 #include #include #ifndef DBG_NEW #define DBG_NEW new ( _NORMAL_BLOCK , __FILE__ , __LINE__ ) #define new DBG_NEW #endif using namespace std; enum PlayerState { ENTRANCE, MAIN, SKILL, INVENTORY, STORE, HUNTINGGROUND, BATTLE }; struct PlayerInfo { string sName = ""; string sGender = ""; string sSpecies = ""; string sJob = ""; int iLv = 0; int iHp = 0; int iCurrHp = 0; int .. 2023. 3. 7. 23.03.06.월_1개월.16_파일함수.매크로.조건부컴파일.레퍼런스 보호되어 있는 글 입니다. 2023. 3. 6. 23.03.03.금_1개월.15_파일입출력.텍스트모드.바이너리모드 보호되어 있는 글 입니다. 2023. 3. 4. 23.02.28.화_1개월.14_동적할당.메모리함수 보호되어 있는 글 입니다. 2023. 3. 1. 이전 1 ··· 17 18 19 20 21 22 23 다음