List Question
20 TechQA 2024-02-28T21:42:28.257000How can a function that requires another function as a parameter can be used within a class in c++?
66 views
Asked by Canardini
C++ with MinGW : ignored type qualifier on cast result type : but which qualifier is ignored?
54 views
Asked by Charles
Is it UB to reinterpret_cast a T* to a uintptr_t, reinterpret_cast that uintptr_t to a void*, then static_cast that void* back to a T*?
507 views
Asked by Christopher Miller
Different Behavior for const int and int in C++ template
206 views
Asked by alimadodo
When can static_cast be used safely for downcasting in C++?
212 views
Asked by cockatiel
Static casting a pointer to a pointer C++
121 views
Asked by kabla002
Trying to implement begin/end with static_cast in C++
102 views
Asked by Juan JuezSarmiento
How do I get ceil to work when variable on left of '=' is an int, and variable on right is a double?
103 views
Asked by Loading Screen
removing overhead of dynamic_cast codegen with minimum boilerplate
59 views
Asked by AudioBubble
Enum class bitwise operator overloading for reference type
54 views
Asked by Hedgehog
How to generate warning when using static_cast in c++ gcc?
182 views
Asked by Maxim
How can I check over-/underflow when converting double to int in C++?
190 views
Asked by chrkspln
Why is the static_cast conversion invalid?
138 views
Asked by SZYoo
A question about the crtp(Curiously Recurring Template Pattern)
103 views
Asked by maxentroy
Will int to double conversion round up, down or to nearest double?
1.3k views
Asked by glades
Is there a way for the C++ compiler to warn for unsafe enum class to integer overflow?
133 views
Asked by Ryan Friedman
Is this downcast undefined behaviour?
90 views
Asked by phinz
when does static_cast compile to no CPU instructions
132 views
Asked by francesco