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 |
Tags
- C++
- Greedy
- standford University
- 이코테
- 프로그래밍
- 형변환
- CLion
- decimal
- #define
- sizeof()
- 코딩테스트
- 나동빈님
- 기계학습 기초
- algorithm
- regression problem
- 기계학습
- 코드블럭 오류
- Machine Learning
- coursera
- compile time constants
- Runtime constants
- classification problem
- 홍정모님
- 본즈앤올
- 연산자
- 단항연산자
- 학습 알고리즘
- const
- #endif
- Andrew Ng
Archives
- Today
- Total
목록constexpr (1)
wellcome_공부일기
C++ | 02.11 Runtime vs Compile time constants
1. Runtime constants 2. Compile time constants 3. constexpr Runtime vs compile time constants 상수에는 literal constants와 symbolic constants로 두가지 종류가 나뉘어져 있습니다. literal constants은 코드에 직접적으로 삽입된 값을 말하며, symbolic constants는 변하지 않는 고정된 값을 나타냅니다. 하지만, 상수(constants)를 사실상 Runtime constants와 compile time constants로 나뉠 수 있습니다. Runtime과 Compile time은 각각 다른 단계의 소프트웨어 개발을 가르키는 프로그래밍 용어입니다. Compile time은 우리가 입력..
프로그래밍/C++
2020. 5. 12. 18:55