SpiceQA
Questions
Tags
Users
Badges
user_7194773
@user_7194773
0
reputation
0
answers
5
questions
About Me
// Hello, World !
Top Answers
What does `0+ptr` (0 plus a pointer) mean?
11 votes
What are the differences between a pointer variable and a reference variable?
11 votes
Unnamed/anonymous namespaces vs. static functions
9 votes
Why does long long n = 2000*2000*2000*2000; overflow?
5 votes
In C#, what is the difference between public, private, protected, and having no access modifier?
4 votes
Top Questions
How does the scheduler know that a thread is blocked waiting for input?
8 votes
3 answers
Why do c and c++ treat redefinitions of uninitialised variables differently?
5 votes
1 answers
What is a long section (fragment)? #pragma section (".rdata$T", long, read)
3 votes
0 answers
Do you need to use extern with incomplete types?
2 votes
2 answers
Why is a single % in a for loop not interpreted as an environment variable at the command line but it is in a batch file?
2 votes
1 answers