SpiceQA
Questions
Tags
Users
Badges
static-cast
39 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
static_cast taking away constness
user_4658000
0
•
asked Aug 25, 2018
5
1
120
const-cast
static-cast
c++
Should I use static_cast in assignments and return statements and why?
user_2159939
0
•
asked Sep 17, 2017
3
3
714
static-cast
casting
c++
Replacing delete in C++, missinformation
user_1550963
0
•
asked Jul 25, 2012
9
2
216
delete-operator
static-cast
c++
replace
C++ static_cast runtime overhead
user_610685
0
•
asked Jun 22, 2011
25
1
15045
static-cast
overhead
runtime
c++
C++ cannot convert from base A to derived type B via virtual base A
user_376284
0
•
asked Sep 19, 2010
68
7
34100
virtual-inheritance
static-cast
downcast
casting
c++
What is the difference between static_cast<> and C style casting?
dicroce_3886
0
•
asked Oct 22, 2009
263
7
129649
static-cast
casting
c++
static_cast with boost::shared_ptr?
user_60628
0
•
asked Mar 9, 2009
73
4
43446
static-cast
shared-ptr
boost
c++
Should I use static_cast or reinterpret_cast when casting a void* to whatever
Andy_37992
0
•
asked Nov 21, 2008
242
8
84484
reinterpret-cast
static-cast
pointers
c++
Why use static_cast<int>(x) instead of (int)x?
Tommy_Herbert_11575
0
•
asked Sep 19, 2008
774
9
402763
static-cast
casting
c++
Prev
Prev
1
2
3
4
(current)
Hot Questions