SpiceQA
Questions
Tags
Users
Badges
user_232918
@user_232918
0
reputation
0
answers
6
questions
About Me
// Hello, World !
Top Answers
Add noexcept on otherwise-non-throwing inline functions calling C functions?
5 votes
Does the force kill command (kill -9) in linux cleanup the dynamically allocated memory with new operator in C++ application?
4 votes
G++ Compiler returning the same address of a variable after every run ( even after name changes )
2 votes
Program stack and heap, how do they work?
2 votes
Slow memcpy Performance
2 votes
Top Questions
Conditional Variable vs Semaphore
147 votes
8 answers
Protected vs Private Destructor
35 votes
4 answers
Virtual Methods or Function Pointers
33 votes
8 answers
What do I need to know about C++0x?
15 votes
7 answers
Does one still need to use -fPIC when compiling with GCC?
12 votes
5 answers