Search code examples
Accessing data via pointer(reinterpret cast) vs . or -> operator...


c++pointersdiskpointer-arithmeticreinterpret-cast

Read More
Round-trip safety of storing integer in void pointer...


c++pointerslanguage-lawyerreinterpret-cast

Read More
casting via void* instead of using reinterpret_cast...


c++castingvoid-pointerslanguage-lawyerreinterpret-cast

Read More
Does reinterpret_casting std::aligned_storage* to T* without std::launder violate strict-aliasing ru...


c++language-lawyerreinterpret-caststrict-aliasing

Read More
Why does the ICU use this aliasing barrier when doing a reinterpret_cast?...


icureinterpret-cast

Read More
Casting a Struct to an Array...


c++arraysstructaliasreinterpret-cast

Read More
Can I reinterpret std::vector<char> as a std::vector<unsigned char> without copying?...


c++stdvectorreinterpret-cast

Read More
Is there a way to hold many type of pointer to function without reinterpret_cast?...


c++function-pointersreinterpret-cast

Read More
Why does C style cast work but reinterpret_cast doesn't?...


c++ccastingreinterpret-cast

Read More
How does the reinterpret_cast work?...


c++bytebinaryfilesreinterpret-cast

Read More
C++ does reinterpret_cast always return the result?...


c++reinterpret-cast

Read More
Print an address of function in C++, g++/clang++ vs vc++ , who is right?...


c++visual-c++clang++reinterpret-caststatic-cast

Read More
Is it safe to convert a template lambda to a `void *`?...


c++functionlambdacoroutinereinterpret-cast

Read More
Does the following reinterpret_cast lead to undefined behavior?...


c++pointersreinterpret-cast

Read More
Is this use of reinterpret_cast on differently-qualified struct members safe?...


c++c++11language-lawyerreinterpret-caststrict-aliasing

Read More
reinterpret_cast between std::unordered_map...


c++gccunordered-mapreinterpret-cast

Read More
How to use reinterpret cast for inner template class?...


c++templatesinner-classesreinterpret-cast

Read More
Returning int, int* and int& from a function...


c++pointersreferencereinterpret-cast

Read More
Understanding Character array initialization and data storing...


c++arrayscharreinterpret-cast

Read More
serialize and deserialize datas with reinterpret_cast...


c++castingreinterpret-cast

Read More
Casting a pointer to a struct into another struct type with a smaller number of fields...


c++pointersreflectionstructreinterpret-cast

Read More
Forwarding a reference to a class as another type...


c++c++11c++14reinterpret-castperfect-forwarding

Read More
Cast an entire vector...


c++vectorpolymorphismreinterpret-caststatic-cast

Read More
converting to function pointer from pointer to function with same signature, except additional quali...


c++function-pointersundefined-behaviorreinterpret-cast

Read More
Read 2D float array from binary, cast from char* to float[2]...


c++arraysreinterpret-cast

Read More
Does casting a char array to another type violate strict-aliasing rules?...


c++language-lawyercompiler-warningsreinterpret-caststrict-aliasing

Read More
Writing to a signed integer as if it is unsigned in C++...


c++reinterpret-cast

Read More
Way to get unsigned char into a std::string without reinterpret_cast?...


c++stdstringreinterpret-cast

Read More
C++ Compiler behavior with re-interpreting template parameter constants...


c++c++11reinterpret-cast

Read More
ifstream::read not reading unsigned char, even with reinterpret_cast...


c++ifstreamreinterpret-castunsigned-char

Read More
BackNext