Search code examples
C++. reinterpret_cast from double to unsigned char*...

c++chardoublereinterpret-cast

Read More
Is reinterpret_cast bad when dealing with low-level byte manipulation?...

c++castingc++11reinterpret-cast

Read More
interpret unsigned as signed...

c++embeddedreinterpret-caststatic-cast

Read More
Can I convert a pointer to member function to a char array and back using reinterpret_cast?...

c++c++11reinterpret-cast

Read More
reinterpret_cast - bizarre behaviour...

c++castingconstantsreinterpret-cast

Read More
reinterpret_cast to QObject's subling...

c++qobjectreinterpret-cast

Read More
Is casting std::pair<T1, T2> const& to std::pair<T1 const, T2> const& safe?...

c++templatescastingconstantsreinterpret-cast

Read More
Problem casting STL complex<double> to fftw_complex...

c++fftwcomplex-numbersreinterpret-cast

Read More
Is reinterpret_cast and c-style cast compatible (by C++ standard)?...

c++castingreinterpret-cast

Read More
Is reinterpret_cast mostly useless?...

c++pointerscastingreinterpret-casttype-punning

Read More
std::copy_n and reinterpret_cast...

c++copyreinterpret-cast

Read More
Binary read, reinterpret_cast and endianness...

c++binaryfilesendiannessreinterpret-cast

Read More
Addresses, reinterpret_cast and multiple inheritance...

c++pointersmultiple-inheritancereinterpret-cast

Read More
Is reinterpret cast from vector of pointers to vector of const pointers safe?...

c++vectorconstantsreinterpret-cast

Read More
reinterpret_cast of an object...

c++castingcompilationreinterpret-cast

Read More
reinterpret_cast and null member variables...

c++reinterpret-caststatic-cast

Read More
reinterpret_cast, casting to brother class...

c++reinterpret-cast

Read More
Is %p specifier only for valid pointers?...

c++pointersreinterpret-cast

Read More
Why do I need a reinterpret_cast to convert Fred ** const to void ** const?...

c++void-pointersreinterpret-caststatic-cast

Read More
question about reinterpret_cast...

c++reinterpret-cast

Read More
Does accessing the first field of a struct via a C cast violate strict aliasing?...

c++clanguage-lawyerreinterpret-caststrict-aliasing

Read More
Does a simple cast to perform a raw copy of a variable break strict aliasing?...

c++castingreinterpret-caststrict-aliasingtype-punning

Read More
Does encapsulated char array used as object breaks strict aliasing rule...

c++placement-newreinterpret-caststrict-aliasingexplicit-destructor-call

Read More
Strict pointer aliasing: any solution for a specific problem?...

c++genericsreinterpret-caststrict-aliasingtype-punning

Read More
What value does const void * offer over void *?...

c++constantsvoid-pointersreinterpret-castconst-cast

Read More
Make interchangeable class types via pointer casting only, without having to allocate any new object...

c++c++11language-lawyerreinterpret-casttype-punning

Read More
Using reinterpret_cast with ARC enabled...

c++objective-cautomatic-ref-countingreinterpret-cast

Read More
reinterpret_cast and STATUS_ACCESS_VIOLATION...

c++exceptionreinterpret-castexplicit-conversion

Read More
reinterpret_cast and virtual between unrelated types...

c++virtualreinterpret-cast

Read More
Reinterpreted pointer does not point to correct memory location...

c++memoryreinterpret-cast

Read More
BackNext