SpiceQA
Questions
Tags
Users
Badges
user_83871
@user_83871
0
reputation
0
answers
5
questions
About Me
// Hello, World !
Top Answers
Is #pragma once a safe include guard?
254 votes
Are stack variables aligned by the GCC __attribute__((aligned(x)))?
99 votes
Java 32-bit vs 64-bit compatibility
95 votes
Limitations of Intel Assembly Syntax Compared to AT&T
86 votes
What is the best comment in source code you have ever encountered?
67 votes
Top Questions
Is it better to use C void arguments "void foo(void)" or not "void foo()"?
252 votes
6 answers
Why is the use of tuples in C++ not more common?
127 votes
12 answers
Is it possible to get GCC to read from a pipe?
69 votes
2 answers
Why are Haskell algebraic data types "closed"?
58 votes
8 answers
Why don't purely functional languages use reference counting?
47 votes
6 answers