c++ const_cast 가 필요한 이유
https://stackoverflow.com/questions/36092937/should-i-use-const-cast * (미리보기) 절대 이렇게 이용하면 안 된다 const bool do_it = true; bool *ptr = const_cast(&do_it); *ptr = false; // optimizer probably thinks this is always true if (do_it) initiate_nuclear_first_strike(); c++의 type casting에 대해 공부하던 도중 const, volatile 속성을 없애주는 const_cast에 대해 의문이 생겼다. 도대체 상수로 선언한 값을 왜 바꾸고 싶어 하는 걸까? const_casting에서는 non-const 변수..
개발/일상
2019. 10. 29. 19:31
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- mysql
- red underline
- 잘못된 빨간줄
- hole-punching
- chrome-extension
- set value
- 클래스 맴버 변수 출력하기
- 코어 남기기
- Golang
- 우리는 vr핏이라고 부릅니다
- 영상 픽셀화 하기
- RVO
- 봄날에 스케치
- it's called a vrpit
- Quest2
- Visual Studio
- C++
- 면접
- shared_from_this
- Obstacle Avoidance
- cockroach db
- Reciprocal n-body Collision Avoidance
- vrpit
- 카카오
- 에러 위치 찾기
- ad skip
- vr핏
- print shared_ptr class member variable
- boost
- SuffixArray
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함