Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- const
- #endif
- 형변환
- Machine Learning
- Runtime constants
- compile time constants
- Greedy
- 단항연산자
- sizeof()
- classification problem
- 프로그래밍
- C++
- Andrew Ng
- 연산자
- 기계학습
- decimal
- CLion
- coursera
- algorithm
- standford University
- 홍정모님
- 코드블럭 오류
- 코딩테스트
- regression problem
- 이코테
- 기계학습 기초
- 학습 알고리즘
- #define
- 본즈앤올
- 나동빈님
Archives
- Today
- Total
목록산술연산자 정리 (1)
wellcome_공부일기
C++ | 03.02 산술 연산자(Arithmetic operator)
1. 산술 연산자 표(Arithmetic operator table) 2. 예시 코드 및 주의사항 산술 연산자 표(Arithmetic operator table) 예시 코드 및 주의사항 int x = 1; int y = -x; - 위의 -는 빼기의 기능보다는 x의 부호를 바꿔주는 것 - 단항 연산자는 꼭 붙여쓰기 - %은 나머지 /은 몫으로, 나머지에는 정수와 플로트 형식이 존재 int x = 7; int y = 4; cout
프로그래밍/C++
2020. 5. 14. 08:06