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 do I need a reinterpret_cast to convert Fred ** const to void ** const?
Feb 11, 2022
c++
void-pointers
reinterpret-cast
static-cast
Alternative to reinterpret_cast with constexpr functions
Oct 20, 2022
c++
constexpr
crc32
c++14
reinterpret-cast
Does casting a char array to another type violate strict-aliasing rules?
Oct 11, 2021
c++
language-lawyer
compiler-warnings
reinterpret-cast
strict-aliasing
Equivalent of C++'s reinterpret_cast in C#
Oct 29, 2022
c#
reinterpret-cast
Why does C style cast work but reinterpret_cast doesn't?
Oct 24, 2019
c++
c
casting
reinterpret-cast
Does accessing the first field of a struct via a C cast violate strict aliasing?
Sep 18, 2022
c++
c
language-lawyer
reinterpret-cast
strict-aliasing
Is there a (semantic) difference between the return value of placement new and the casted value of its operand?
Nov 23, 2021
c++
language-lawyer
reinterpret-cast
strict-aliasing
placement-new
reinterpret_cast bug or UB? [duplicate]
Oct 01, 2022
c++
language-lawyer
undefined-behavior
reinterpret-cast
Problem casting STL complex<double> to fftw_complex
Sep 10, 2022
c++
fftw
complex-numbers
reinterpret-cast
reinterpret_cast, char*, and undefined behavior
Sep 17, 2022
c++
language-lawyer
undefined-behavior
c++17
reinterpret-cast
Is casting std::pair<T1, T2> const& to std::pair<T1 const, T2> const& safe?
Aug 11, 2022
c++
templates
casting
constants
reinterpret-cast
Why does this C-style cast not consider static_cast followed by const_cast?
Sep 26, 2022
c++
casting
language-lawyer
reinterpret-cast
Once again: strict aliasing rule and char*
Nov 05, 2020
c++
c
reinterpret-cast
strict-aliasing
Is it safe to reinterpret_cast an enum class variable to a reference of the underlying type?
Sep 15, 2022
c++
c++11
reinterpret-cast
enum-class
Way to get unsigned char into a std::string without reinterpret_cast?
May 23, 2022
c++
stdstring
reinterpret-cast
C++ unions vs. reinterpret_cast
Aug 18, 2022
c++
unions
reinterpret-cast
Is reinterpret_cast mostly useless?
Sep 12, 2022
c++
pointers
casting
reinterpret-cast
type-punning
Why can reinterpret_cast not convert an int to int?
Sep 01, 2022
c++
pointers
integer
type-conversion
reinterpret-cast
Getting around the reinterpret cast limitation with constexpr
Aug 31, 2022
c++
c++11
constexpr
reinterpret-cast
casting via void* instead of using reinterpret_cast [duplicate]
Aug 31, 2022
c++
casting
void-pointers
language-lawyer
reinterpret-cast
« Newer Entries
Older Entries »