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
Strict aliasing and std::array vs C-style array
Mar 27, 2016
c++
arrays
reinterpret-cast
strict-aliasing
type-punning
reinterpret_cast / static_cast and undefined behavior
Feb 27, 2018
c++
c++11
variant
reinterpret-cast
static-cast
Does a C++ cast strip the 'extern "C"' from a declaration?
Oct 20, 2022
c++
linkage
reinterpret-cast
Is this reinterpret_cast OK to do
Dec 04, 2017
c++
c++builder
reinterpret-cast
reinterpret int32 to float
Oct 22, 2022
c++
x86
nan
reinterpret-cast
reinterpret_cast member function pointer to void(*&)()
Oct 03, 2022
c++
language-lawyer
function-pointers
member-function-pointers
reinterpret-cast
pointer-to-member
Is converting an integer to a pointer always well defined?
Aug 24, 2022
c++
pointers
casting
language-lawyer
reinterpret-cast
Does reinterpret_casting std::aligned_storage* to T* without std::launder violate strict-aliasing rules? [duplicate]
Oct 25, 2022
c++
language-lawyer
reinterpret-cast
strict-aliasing
how convert std::array<char, N> to char (&dest)[N]?
Oct 05, 2019
c++
arrays
c++11
reinterpret-cast
stdarray
reinterpret_cast to the same type
Aug 24, 2022
c++
c++14
standards
reinterpret-cast
reinterpret_cast<> and portabilty
Mar 25, 2022
c++
casting
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
« Newer Entries
Older Entries »