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