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