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