Newbetuts
.
New posts in static-cast
C++ static_cast runtime overhead
c++
runtime
overhead
static-cast
Why do we have reinterpret_cast in C++ when two chained static_cast can do its job?
c++
casting
reinterpret-cast
static-cast
Why can't I static_cast between char * and unsigned char *?
c++
char
reinterpret-cast
static-cast
unsigned-char
Casting double array to a struct of doubles
c++
arrays
struct
language-lawyer
static-cast
static_cast with boost::shared_ptr?
c++
boost
shared-ptr
static-cast
Why can't static_cast be used to down-cast when virtual inheritance is involved?
c++
virtual-inheritance
downcast
static-cast
What is the difference between static_cast<> and C style casting?
c++
casting
static-cast
Should I use static_cast or reinterpret_cast when casting a void* to whatever
c++
pointers
static-cast
reinterpret-cast
Relying on compiler optimization of multiple static cast calls?
c++
optimization
static-cast
Why use static_cast<int>(x) instead of (int)x?
c++
casting
static-cast
Prev