SpiceQA
Questions
Tags
Users
Badges
user_1505939
@user_1505939
0
reputation
0
answers
13
questions
About Me
// Hello, World !
Top Answers
Does the C++ standard allow for an uninitialized bool to crash a program?
53 votes
Why doesn't a negative number modulo a vector size give a negative number?
31 votes
Does C correctly handle sizeof(...) and sizeof ... in this case?
27 votes
What is the correct way to convert 2 bytes to a signed 16-bit integer?
20 votes
In the comma operator, is the left operand guaranteed not to be actually executed if it hasn't side effects?
17 votes
Top Questions
Is it possible to use member function call as default argument?
18 votes
3 answers
Value-initialization of class containing std::queue
12 votes
1 answers
Can there be different implicit objects based on a later runtime decision in C++20?
12 votes
1 answers
Is it possible to use std::endian if it is available, otherwise do something else?
12 votes
1 answers
How to use __attribute__((fallthrough)) correctly in gcc
8 votes
3 answers