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
- Kinetic
- autorace
- roslaunch
- ubuntu
- ax200
- amcl
- turtlebot3
- Gazebo
- FreeCAD
- linetracing
- 촉각센서
- Installation
- roslib
- CUDA
- webots
- opencv
- CuDNN
- turtlebot
- rqt
- error
- Linux
- darknet_ros
- ROS
- sources.list
- YoLO
- G++
- RGB-D
- 부분공간
- gcc
- 전이학습
Archives
- Today
- Total
기술 성공, 실패 기록소
const, constexpr, and symbolic constants 본문
728x90
boycoding.tistory.com/156?category=1007180
C++ 02.10 - 상수 (const, constexpr, and symbolic constants)
02.10 - 상수 (const, constexpr, and symbolic constants) 상수 (constant) 상수란 그 값이 변하지 않는 불변 값이다. 지금까지 본 변수들은 모두 언제든지 값이 변할 수 있었다. int x { 4 }; // initialize x w..
boycoding.tistory.com
'프로그래밍언어 > C++' 카테고리의 다른 글
learning tf (0) | 2020.11.06 |
---|---|
클래스와 상속 (0) | 2020.11.06 |
int main(int argc, char **argv) (0) | 2020.11.05 |
이중포인터 배열 (0) | 2020.11.05 |
char** (0) | 2020.11.05 |