---
title: "What is reinterpret_cast in c plus plus?"  
description: "What is reinterpret_cast in c plus plus?"  
author: "Anonymous User"  
published: 2013-06-13  
updated: 2013-06-14  
canonical: https://www.mindstick.com/forum/1076/what-is-reinterpret_cast-in-c-plus-plus  
category: "visual c++"  
tags: ["visual c++"]  
reading_time: 1 minute  

---

# What is reinterpret_cast in c plus plus?

Hi,\
What is reinterpret_cast in [c++](https://www.mindstick.com/blog/745/array-in-c-plus-plus)?\
Thanks in advance.

## Replies

### Reply by AVADHESH PATEL

Hi,\
The reinterpret_cast operator changes one pointer type into another, fundamentally different,pointer type. It can also change a pointer into an integer and an integer into a pointer.\
\


---

Original Source: https://www.mindstick.com/forum/1076/what-is-reinterpret_cast-in-c-plus-plus

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
