반응형 함수선언정의1 02. 연산자 / 함수 / 클래스 #include using namespace std; // 메모리 영역 // STACK - HEAP - DATA - CODE // 01. 연산자 // 데이터 연산 및 가공 가능 // 1) 산술 연산자 // 2) 대입 연산자 // 3) 증감 연산자 // 4) 비교 연산자 // 5) 논리 연산자 // 6) 비트 연산자 // 7) 삼항 연산자 int a = 1; int b = 7; bool isSame; bool isDiff; bool isGreater; bool isSmaller; bool test; int hp = 100; bool isInvincible = true; unsigned char flag; const int Air = 0; const int Stun = 1; const int .. 2024. 3. 13. 이전 1 다음 728x90 반응형