ecsimsw
static_cast / reinterpret_cast 본문
http://blog.naver.com/PostView.nhn?blogId=wkdghcjf1234&logNo=220210906503
형 변환 연산자: static_cast와 reinterpret_cast의 차이
이번에는 간단하게 static_cast와 reinterpret_cast의 차이점에 대하여 알아봅니다. 실제로 이 두가지는 비...
blog.naver.com
다시 정리
'Language > C++, C#' 카테고리의 다른 글
Dynamic allocated array (0) | 2019.05.05 |
---|---|
Explicit (0) | 2019.04.23 |
Function pointer / 함수 포인터 (0) | 2019.04.20 |
object factory / 오브젝트 팩토리 (0) | 2019.04.11 |
std::initializer_list / 생성자 리스트 (0) | 2019.04.05 |
Comments