SpiceQA
Questions
Tags
Users
Badges
user_245265
@user_245265
0
reputation
0
answers
9
questions
About Me
// Hello, World !
Top Answers
UML for C programming language
39 votes
Simpler way to create a C++ memorystream from (char*, size_t), without copying the data?
31 votes
What is the use of making constructor private in a class?
12 votes
Optimizing for space instead of speed in C++
12 votes
Which STL container should I use for a FIFO?
11 votes
Top Questions
Is it okay to inherit implementation from STL containers, rather than delegate?
85 votes
8 answers
Optimizing for space instead of speed in C++
43 votes
16 answers
When should I concern myself with std::iostream::sentry?
31 votes
3 answers
Do C++ compilers optimize pass by const reference POD parameters into pass by copy?
29 votes
3 answers
In C++, is it safe/portable to use static member function pointer for C API callbacks?
26 votes
4 answers