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()
- 형변환
- 연산자
- compile time constants
- #define
- C++
- 이코테
- coursera
- 프로그래밍
- regression problem
- 학습 알고리즘
- 코딩테스트
- CLion
- decimal
- 기계학습 기초
- Machine Learning
- 나동빈님
- const
- classification problem
- 본즈앤올
- 단항연산자
- 홍정모님
- Runtime constants
- Greedy
- standford University
- #endif
- Andrew Ng
- 코드블럭 오류
- algorithm
- 기계학습
Archives
- Today
- Total
목록최소정수(least integer) (1)
wellcome_공부일기
02.03. C++ | 고정너비 정수(Fixed-width integers)란?
1. 고정너비 정수(Fixed-width integers)의 탄생 배경 2. 고정너비 정수(Fixed-width integers) 3.빠른 정수와 최소 정수(Fast and least integers) 4. size_t란?(To be continued) 고정너비 정수(Fixed-width integers)의 탄생 배경 - 정수 자료형은 왜 고정된 크기를 갖지 않는가? (https://heroine-day.tistory.com/16)에서 자료형 테이블 확인해보면 int형만 사이즈가 다양하다는 걸 확인할 수 있습니다. ٩(ˊᗜˋ*)و 간단하게 설명하자면, 컴퓨터가 느리고 성능이 가장 중요했던 C로 거슬러 올라갑니다. C는 컴파일러 구현자가 대상 컴퓨터 아키텍처에서 가장 성능이 좋은 int의 크기를 선택할 수..
프로그래밍/C++
2020. 5. 4. 06:58