SpiceQA
Questions
Tags
Users
Badges
user_10147399
@user_10147399
0
reputation
0
answers
20
questions
About Me
// Hello, World !
Top Answers
Is there a way to avoid implicit conversion to void*?
37 votes
For a function that takes a const struct, does the compiler not optimize the function body?
33 votes
How come std::initializer_list is allowed to not specify size AND be stack allocated at the same time?
21 votes
Absolute value abs(x) using bitwise operators and Boolean logic
18 votes
Different versions of g++ have inconsistent result of overload resolution
16 votes
Top Questions
Why is this pointer null
33 votes
4 answers
Is #include <Windows.h> bad practice?
10 votes
3 answers
Is NULL guaranteed to be 0?
9 votes
2 answers
Accessing private data with reinterpret_cast
8 votes
2 answers
Emulating GCC's __builtin_unreachable in Visual Studio?
6 votes
3 answers