SpiceQA
Questions
Tags
Users
Badges
Roddy_1737
@Roddy_1737
0
reputation
0
answers
16
questions
About Me
// Hello, World !
Top Answers
Are there any downsides to passing structs by value in C, rather than passing a pointer?
228 votes
What is the lifetime of a static variable in a C++ function?
133 votes
Using "super" in C++
113 votes
#ifdef vs #if - which is better/safer as a method for enabling/disabling compilation of particular sections of code?
90 votes
Why aren't my compile guards preventing multiple definition inclusions?
83 votes
Top Questions
Is 23,148,855,308,184,500 a magic number, or sheer chance?
556 votes
7 answers
Why does the C++ STL not provide any "tree" containers?
417 votes
15 answers
round() for float in C++
249 votes
23 answers
How to easily map c++ enums to strings
134 votes
23 answers
When - and why - should you store data in the Windows Registry?
134 votes
14 answers