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
- 프로그래밍
- 기계학습
- sizeof()
- #define
- #endif
- 학습 알고리즘
- 연산자
- 코딩테스트
- 단항연산자
- 형변환
- coursera
- Andrew Ng
- Runtime constants
- 기계학습 기초
- compile time constants
- Greedy
- decimal
- standford University
- C++
- regression problem
- 홍정모님
- 이코테
- 나동빈님
- CLion
- 코드블럭 오류
- classification problem
- Machine Learning
- algorithm
- 본즈앤올
- const
Archives
- Today
- Total
목록Boolean variables (1)
wellcome_공부일기
C++ | 02.06 Boolean 자료형과 조건문 if
1. Boolean 자료형과 그 변수(Boolean variables) 2. Boolean 변수 출력하기(Printing Boolean variables) 3. 정수를 불린으로 변환하기(Integer to Boolean conversion) 4. 불린 값 입력하기(Inputting Boolean values) 5. 불린 리턴값(Boolean return values) 6. 연산자를 이용한 Boolean 자료형 7. 연습문제 Boolean 자료형과 그 변수(Boolean variables) Boolean은 발명가인 George Boole으로부터 이름을 따온 이름입니다. Boolean 변수는 true와 false 두개의 값만 취할 수 있습니다. 컴퓨터 입장에서는 1이냐 0이냐로 판단할 수 있습니다.(true..
프로그래밍/C++
2020. 5. 7. 17:01