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
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
Is it safe to change this c-cast to a reinterpret_cast?
Sep 18, 2022
c++
winapi
casting
reinterpret-cast
C++ cast to array of a smaller size
Mar 11, 2022
c++
arrays
reinterpret-cast
Is reinterpret_cast bad when dealing with low-level byte manipulation?
Feb 01, 2022
c++
casting
c++11
reinterpret-cast
Cast one pointer-to-member-function to another of same class
Sep 15, 2022
c++
member-function-pointers
reinterpret-cast
pointer-to-member
Reinterpret this in C++: legal or not?
Sep 12, 2022
c++
language-lawyer
c++17
reinterpret-cast
Addresses, reinterpret_cast and multiple inheritance
Apr 18, 2022
c++
pointers
multiple-inheritance
reinterpret-cast
reinterpret_cast vs. static_cast for writing bytes in standard-layout types?
Apr 07, 2022
c++
c++11
reinterpret-cast
visual-c++-2005
standard-layout
Why is it important to use static_cast instead of reinterpret_cast here?
Jun 12, 2019
c++
pointers
casting
reinterpret-cast
static-cast
Should I use a C++ reinterpret_cast over a C-style cast?
Apr 27, 2022
c++
casting
reinterpret-cast
« Newer Entries
Older Entries »