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
value changes while reinterpret_cast
Jul 29, 2026
c++
casting
reinterpret-cast
is char** x = (char**) arg equivalent to reinterpret_cast<char**>(const_cast<void*>(arg) )?
Jul 28, 2026
c++
casting
const-correctness
reinterpret-cast
Class Private members modified on creating a structure (C++)
Jul 26, 2026
c++
oop
class
reinterpret-cast
What Type of Cast to Go from Parent to Child?
Jul 19, 2026
c++
casting
parent-child
dynamic-cast
reinterpret-cast
Why C memory field reinterpreting through cast differs between regular cast and cast through pointer?
Jun 30, 2026
c
casting
reinterpret-cast
Casting to different Base classes gives different result. C++
Jun 26, 2026
c++
inheritance
casting
reinterpret-cast
static-cast
When is reinterpret_cast UB?
Jun 16, 2026
c++
language-lawyer
c++20
undefined-behavior
reinterpret-cast
When to use reinterpret_cast without disobeying the strict aliasing rule?
Jun 17, 2026
c++
casting
reinterpret-cast
Can someone explain this line of c++ code using reinterpret_cast?
Jun 14, 2026
c++
pointers
reinterpret-cast
dynamic_cast back to same object type fails with multiple inheritance and intermediate variable
May 31, 2026
c++
c++11
multiple-inheritance
dynamic-cast
reinterpret-cast
C++ casting a struct to std::vector<char> memory alignment
May 30, 2026
c++
vector
struct
casting
reinterpret-cast
Why type casting of const void* is legal in C not C++ without using static_cast
May 15, 2026
c++
casting
reinterpret-cast
static-cast
const-cast
reinterpret_cast fails constexpr function
May 14, 2026
c++
constexpr
reinterpret-cast
Does a simple cast to perform a raw copy of a variable break strict aliasing?
May 07, 2026
c++
casting
reinterpret-cast
strict-aliasing
type-punning
On the term "(strict) aliasing violation" relating to class member access
May 06, 2026
c++
language-lawyer
reinterpret-cast
strict-aliasing
Is reinterpret casting an integer to a pointer bijective if the integer is the same size as a pointer?
Apr 23, 2026
c++
pointers
reinterpret-cast
Reinterpret_cast vs placement new
Apr 20, 2026
c++
placement-new
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
Older Entries »