SpiceQA
Questions
Tags
Users
Badges
user_9072753
@user_9072753
0
reputation
0
answers
6
questions
About Me
// Hello, World !
Top Answers
How is `std::cout` implemented?
41 votes
Is it legal for a pointer to point to a C++ register?
39 votes
bash: /proc/sys/vm/drop_caches: Permission denied
22 votes
How to use a shared pointer of a pure abstract class without using reset and new?
22 votes
nvidia-smi: GPU's full name not displayed properly
16 votes
Top Questions
Why "initializer element is not a constant" is... not working anymore?
16 votes
1 answers
Why can `(*)` be omitted from a function pointer inside a function parameter list?
15 votes
2 answers
How to remember which expansion ${var%} ${var#} work from which end?
7 votes
5 answers
How to reduce number of expansions of second argument in 2-dimensional _Generic?
5 votes
1 answers
Why do printf implementators prefer to print "%a" numbers with a leading 1?
4 votes
2 answers