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
- 홍정모님
- standford University
- 학습 알고리즘
- 코드블럭 오류
- 본즈앤올
- const
- sizeof()
- Andrew Ng
- 기계학습
- 기계학습 기초
- 나동빈님
- algorithm
- 형변환
- regression problem
- C++
- Greedy
- Runtime constants
- #endif
- 코딩테스트
- coursera
- 연산자
- 프로그래밍
- 단항연산자
- decimal
- #define
- CLion
- 이코테
- Machine Learning
- compile time constants
- classification problem
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