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
- 단항연산자
- 나동빈님
- 본즈앤올
- 이코테
- algorithm
- coursera
- Runtime constants
- compile time constants
- Andrew Ng
- Greedy
- regression problem
- 프로그래밍
- 홍정모님
- 코드블럭 오류
- #define
- decimal
- classification problem
- 기계학습
- #endif
- 학습 알고리즘
- 기계학습 기초
- standford University
- C++
- const
- sizeof()
- 형변환
- CLion
- 연산자
- Machine Learning
- 코딩테스트
Archives
- Today
- Total
목록De Morgan’s law (1)
wellcome_공부일기
C++ | 03.06 논리 연산자(Logical operator)
* 해당 글은 홍정모님의 따라 배우는 C++을 공부한 토대로 작성되었습니다. 1. 논리 연산자(Logical operator) 2. 논리 연산자(Logical operator) 주의사항 3. Short circuit evaluation 4. De Morgan’s law 5. C++에서 XOR 사용하기(To be continued) 6. Mixing ANDs and ORs 논리 연산자(Logical operator) 논리 연산자(Logical operator)는 true 혹은 false인 것을 묻는 Boolean 값으로 구분하기 때문에 이해가 어렵지는 않습니다. 논리 연산자의 종류 //Logical NOT bool x = true; cout
프로그래밍/C++
2020. 5. 18. 22:40