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
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
reinterpret_cast to span of wrappers
Oct 16, 2025
c++
undefined-behavior
clang++
reinterpret-cast
Why does "reinterpret_cast" not work as expected on template arguments?
Oct 17, 2025
c++
templates
reinterpret-cast
non-type
static_cast VS reinterpret_cast when casting pointers to pointers
Oct 16, 2025
c++
reinterpret-cast
static-cast
Is casting `the address of a pointer to a struct` to `the address of a struct whos first member is a pointer to the struct` UB?
Sep 15, 2025
c++
undefined-behavior
reinterpret-cast
pointer-conversion
Is `reinterpret_cast` actually good for anything?
Sep 14, 2025
c++
casting
c++17
reinterpret-cast
type-punning
Examples using reinterpret_cast that do not trigger UB
Sep 12, 2025
c++
undefined-behavior
reinterpret-cast
strict-aliasing
Is it undefined behavior to `reinterpret_cast` a `T*` to `T(*)[N]`?
Sep 08, 2025
c++
language-lawyer
reinterpret-cast
strict-aliasing
c++17
Convert from QByteArray to array of double
Mar 21, 2023
c++
arrays
qt
reinterpret-cast
qbytearray
A "hack" to get float template parameter working compiles but segfaulted on both g++ and clang
Feb 16, 2023
c++
templates
c++11
reinterpret-cast
Why do I Have to reinterpret_cast Pointer Pointers?
Jan 30, 2023
c++
void-pointers
reinterpret-cast
static-cast
double-pointer
Are all non-member function pointers the same size in C++
Jan 26, 2023
c++
language-lawyer
function-pointers
sizeof
reinterpret-cast
Replacing reinterpret_cast with better alternatives?
Jan 10, 2023
c++
reinterpret-cast
reinterpret_cast - bizarre behaviour
Dec 22, 2022
c++
casting
constants
reinterpret-cast
C++ does reinterpret_cast always return the result?
Dec 15, 2022
c++
reinterpret-cast
Cast structs with certain common members
Dec 07, 2022
c++
c++11
struct
casting
reinterpret-cast
Reshaping data from a std::vector<double> into double** of specified dimensions using reinterpret_cast
Dec 03, 2022
c++
arrays
c++11
multidimensional-array
reinterpret-cast
Older Entries »