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
- CLion
- algorithm
- const
- 코드블럭 오류
- classification problem
- #endif
- #define
- 기계학습
- 기계학습 기초
- 형변환
- coursera
- Andrew Ng
- decimal
- Runtime constants
- sizeof()
- Greedy
- 연산자
- 코딩테스트
- 학습 알고리즘
- regression problem
- 나동빈님
- 이코테
- C++
- 단항연산자
- compile time constants
- 본즈앤올
- 홍정모님
- Machine Learning
- 프로그래밍
- standford University
Archives
- Today
- Total
목록static_cast (1)
wellcome_공부일기
C++ | 02.07. 문자 자료형(Char Data Type)
1. 문자 자료형(Chars Data Type)이란? 2. 문자 초기화시키기(Initializing chars) 3. 문자 출력하기(Printing chars) 4. 형변환을 통해 문자를 정수로 출력하기(Printing chars as integers via type casting) 5. 문자 입력하기(Inputting chars) 6. 문자형 크기(Chars Data Type Size) 문자 자료형(Char Data Type)이란? - 문자 자료형은 일체형 타입으로, 기본값이 정수로 저장되고, 크기가 1바이트로 보장된다는 것을 의미 - 부울 값을 참 또는 거짓으로 해석하는 방법과 유사하게, 문자 값(char value)은 ASCII 문자로 해석 - 문자 리터럴(char literals)은 항상 작은 따..
프로그래밍/C++
2020. 5. 8. 23:58