List Question
10 TechQA 2015-06-10 01:41:41How does an unspecified pointer conversion behave in C++14?
329 views
Asked by M.M
C++ - Safety of reinterpret_cast for pointer-to-primitives
828 views
Asked by Cloud
reinterpret_cast - double to char[] to double not working - C++
2.4k views
Asked by Doggman9
Writing to a signed integer as if it is unsigned in C++
381 views
Asked by Bernard
What does reinterpret_cast<char *>(&st) and (-1)*static_cast<int> mean?
11.3k views
Asked by Amrita CSE
Does casting a char array to another type violate strict-aliasing rules?
1k views
Asked by John Zwinck
What is meant by the highlighted lines in the below program?
600 views
Asked by Sazzad Hussain Farhaan
Can I reinterpret std::vector<char> as a std::vector<unsigned char> without copying?
11.6k views
Asked by serup
why it use void** here?
636 views
Asked by myvyang
How to cast char array to int at non-aligned position?
1.8k views
Asked by Karsten