Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in reinterpret-cast
Why is only static_cast able to return new object of requested type?
Apr 12, 2026
c++
dynamic-cast
reinterpret-cast
static-cast
const-cast
What’s the best way to cast a function pointer from one type to another?
Apr 12, 2026
c++
winapi
function-pointers
reinterpret-cast
Does encapsulated char array used as object breaks strict aliasing rule
Apr 11, 2026
c++
placement-new
reinterpret-cast
strict-aliasing
explicit-destructor-call
implicit reinterpret cast on reference without warning/error
Apr 04, 2026
c++
c++11
casting
language-lawyer
reinterpret-cast
What does this mean "prvalue of type“ in C++ standard N3337 5.2.10 clause 7?
Mar 29, 2026
c++
language-lawyer
reinterpret-cast
prvalue
C++ reinterpret_cast of std::shared_ptr reference to optimize
Mar 26, 2026
c++
c++11
shared-ptr
smart-pointers
reinterpret-cast
reinterpret_cast behavior when dereferencing a void pointer
Mar 14, 2026
c++
reinterpret-cast
Does reassignment of pointers acquired by reinterpret_cast from raw memory cause UB?
Mar 12, 2026
c++
pointers
language-lawyer
undefined-behavior
reinterpret-cast
How to do type punning correctly in C++ [duplicate]
Feb 22, 2026
c++
memcpy
reinterpret-cast
type-punning
Why Doesn't reinterpret_cast Force copy_n for Casts between Same-Sized Types?
Feb 06, 2026
c++
casting
binary
copy
reinterpret-cast
Using reinterpret_cast to convert integer to pointer and back to integer [duplicate]
Dec 31, 2025
c++
pointers
language-lawyer
integral
reinterpret-cast
Understanding cryptic C++ statement
Dec 15, 2025
c++
arduino
reinterpret-cast
Cast raw bytes to any datatype [duplicate]
Dec 13, 2025
c++
c++17
reinterpret-cast
Casting a Struct to an Array [duplicate]
Dec 11, 2025
c++
arrays
struct
alias
reinterpret-cast
Why does the ICU use this aliasing barrier when doing a reinterpret_cast?
Dec 04, 2025
icu
reinterpret-cast
Reinterpret cast on *shared memory*
Nov 17, 2025
glsl
vulkan
gpgpu
reinterpret-cast
gpu-shared-memory
Understanding Virtual Functions when Deriving from Multiple Classes
Nov 01, 2025
c++
multiple-inheritance
undefined-behavior
virtual-functions
reinterpret-cast
Multiple inheritance and the this pointer
Oct 30, 2025
c++
multiple-inheritance
reinterpret-cast
Where can I find what std::launder really does? [duplicate]
Oct 29, 2025
c++
c++17
reinterpret-cast
pointer-aliasing
stdlaunder
reinterpret_cast between char* and std::byte*
Oct 19, 2025
c++
language-lawyer
reinterpret-cast
Older Entries »