SpiceQA
Questions
Tags
Users
Badges
user_13188071
@user_13188071
0
reputation
0
answers
8
questions
About Me
// Hello, World !
Top Answers
Indexing an `unsigned long` variable and printing the result
39 votes
How does this C program without libc work?
6 votes
Enable_if problems
5 votes
C++ why can't classes with const reference member variables be created using constexpr?
5 votes
Is `this` pointer assignable in c++?
4 votes
Top Questions
Indexing an `unsigned long` variable and printing the result
31 votes
2 answers
Can enums be considered unsafe?
4 votes
1 answers
Why is `printf("%s", "foo")` not being optimized to `fputs("foo", stdout)`?
3 votes
1 answers
How is FASM a low level assembler and NASM a high level assembler?
2 votes
1 answers
Will malloc round up to the nearest page size?
2 votes
2 answers