SpiceQA
Questions
Tags
Users
Badges
static-cast
39 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Why is this value downcast (static_cast to object type) allowed in C++20?
user_567292
0
•
asked Aug 10, 2021
22
1
682
c++20
language-lawyer
static-cast
downcast
c++
static_cast VS reinterpret_cast when casting pointers to pointers
user_5447906
0
•
asked Jun 25, 2021
4
1
858
reinterpret-cast
static-cast
c++
Is static_cast<int>(myUnsignedLongVar) implementation defined?
user_11316188
0
•
asked Jun 21, 2021
2
2
106
static-cast
c++
Automatic selection between static_cast and dynamic_cast for best performance
user_7325599
0
•
asked Jun 18, 2021
2
1
148
virtual-inheritance
static-cast
dynamic-cast
c++
c++ useless-cast from size_t to uint32_t for different targets
user_2298137
0
•
asked Jun 3, 2021
3
2
366
static-cast
gcc
c++
C++: Can a + or - tell the compiler a value should be an int?
user_13645628
0
•
asked May 19, 2021
2
2
89
numeric-limits
unsigned
static-cast
char
c++
Why does modulo division go wrong for mix of size_t and unsigned int in C++
user_1564008
0
•
asked May 17, 2021
5
5
226
static-cast
c++
Casting a negative const double to unsigned results in 0 while non-const double is fine
user_2725742
0
•
asked Apr 30, 2021
3
1
113
static-cast
constants
c++
Interpreting static_cast "static_cast<void (Pet::*)(int)>" syntax?
user_3059024
0
•
asked Nov 1, 2020
3
1
249
pybind11
static-cast
c++
In a template function, How do I use std::underlying_type just if type of the input is enum class?
user_848068
0
•
asked Jul 13, 2020
2
2
252
enum-class
sfinae
static-cast
templates
c++
Prev
Prev
1
2
(current)
3
4
Next
Next
Hot Questions