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
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
Is the std::array bit compatible with the old C array?
Aug 31, 2022
c++
c++11
memcpy
reinterpret-cast
How does qobject_cast work?
Feb 12, 2018
c++
qt
casting
reinterpret-cast
static-cast
reinterpret_cast casts away qualifiers
Aug 30, 2022
c++
casting
reinterpret-cast
Why do we have reinterpret_cast in C++ when two chained static_cast can do its job?
Aug 29, 2022
c++
casting
reinterpret-cast
static-cast
When convert a void pointer to a specific type pointer, which casting symbol is better, static_cast or reinterpret_cast? [duplicate]
Oct 21, 2022
c++
pointers
static-cast
reinterpret-cast
reinterpret_cast cast cost
Aug 28, 2022
c++
c
casting
reinterpret-cast
Why can't I static_cast between char * and unsigned char *?
Aug 27, 2022
c++
char
reinterpret-cast
static-cast
unsigned-char
Proper way of casting pointer types
Aug 26, 2022
c++
pointers
casting
reinterpret-cast
static-cast
Why doesn't this reinterpret_cast compile?
Aug 25, 2022
c++
casting
reinterpret-cast
« Newer Entries
Older Entries »