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
const_cast vs reinterpret_cast
Aug 22, 2022
c++
casting
constants
reinterpret-cast
What value does const void * offer over void *?
Mar 20, 2022
c++
constants
void-pointers
reinterpret-cast
const-cast
May I have a real life example where casting through void* works and reinterpret_cast doesn't?
Oct 31, 2022
c++
casting
reinterpret-cast
static-cast
Virtual functions and cast to void and back
Aug 24, 2022
c++
virtual
void
reinterpret-cast
static-cast
Can I reinterpret std::vector<char> as a std::vector<unsigned char> without copying?
Mar 11, 2022
c++
stdvector
reinterpret-cast
Does the "cast to first member of standard layout" type punning rule extend to arrays?
Feb 04, 2022
c++
arrays
language-lawyer
reinterpret-cast
Dealing with undefined behavior when using reinterpret_cast in a memory mapping
Oct 24, 2022
c++
undefined-behavior
reinterpret-cast
memory-mapping
reinterpret_cast to function pointer
Aug 31, 2022
c++
reinterpret-cast
Is it Legal to reinterpret_cast to a void*
Oct 21, 2022
c++
pointers
void-pointers
reinterpret-cast
double-pointer
Cast from Void* to TYPE* using C++ style cast: static_cast or reinterpret_cast
Apr 18, 2019
c++
casting
static-cast
reinterpret-cast
Can reinterpret_cast (or any cast) convert xvalues to lvalues?
Aug 17, 2022
c++
c++11
language-lawyer
c++14
reinterpret-cast
interpret unsigned as signed
May 09, 2022
c++
embedded
reinterpret-cast
static-cast
C++ When should we prefer to use a two chained static_cast over reinterpret_cast
Sep 22, 2022
c++
casting
reinterpret-cast
static-cast
why it use void** here?
Oct 28, 2022
c++
v8
reinterpret-cast
Variation on the type punning theme: in-place trivial construction
Apr 27, 2022
c++
language-lawyer
reinterpret-cast
object-lifetime
placement-new
reinterpret_cast for almost pod data (is layout-compatibility enough)
Apr 14, 2022
c++
reinterpret-cast
static-cast
Is reinterpret cast from vector of pointers to vector of const pointers safe?
Nov 27, 2020
c++
vector
constants
reinterpret-cast
How to avoid undefined behaviour with aligned_storage and polymorphism
Aug 31, 2022
c++
c++11
reinterpret-cast
Can I convert a null pointer of int to a long type by reinterpret_cast
Dec 30, 2017
c++
type-conversion
reinterpret-cast
« Newer Entries
Older Entries »