Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
T.E.D. earned this badge 44 times |
feb 27 at 7:43
Uses of unnamed namespace in C++
feb 20 at 19:17
Learning emacs - useful mnemonics?
jan 8 at 5:37
What is a Re-entrant procedure?
oct 3 at 23:38
Why use do { … } while (FALSE); in C++ outside of macros
sep 19 at 22:21
Use of iterators over array indices
sep 13 at 18:34
static const vs #define
aug 29 at 16:39
What and where are the stack and heap?
feb 11 '12 at 23:45
How can I refactor C++ source code using emacs?
jan 12 '12 at 10:13
Problems implementing the “Observer” pattern
jan 11 '12 at 20:37
Integer vs double arithmetic performance?
oct 14 '11 at 14:47
(post deleted or otherwise unavailable)
sep 21 '11 at 21:50
Better to have decrementing loops?
jul 7 '11 at 2:49
What advantages does modern Fortran have over modern C++?
jul 7 '11 at 2:49
Is there a way to tell git to only include certain files instead of ignoring certain files?
jul 7 '11 at 2:49
What bad habits did you learn from your first language?
dec 4 '10 at 6:45
template-ing a for loop in C++?
nov 17 '10 at 13:14
Which is more popular (currently, by recent install base), SVN or CVS?
oct 8 '10 at 10:56
(post deleted or otherwise unavailable)
oct 6 '10 at 23:24
What are the implications of ISO 9001/CMMI for source control in general, and Git/Mercurial/DVCS in particular?
jul 23 '10 at 2:07
Are games the most complex / impressive applications?
jul 14 '10 at 16:41
const int = int const?
jul 13 '10 at 4:51
(post deleted or otherwise unavailable)
mar 30 '10 at 14:52
How can you tell a normal person about first program?
mar 28 '10 at 2:42
How can I print only certain fields in a space separated file?
mar 11 '10 at 19:32
Calling this->get/this->set methods versus directly accesing member variables in C++
mar 4 '10 at 4:42
C or C++. How to compare two char * pointers
feb 25 '10 at 0:07
Concatenating strings in C++
jan 21 '10 at 22:57
In .NET, which loop runs faster, 'for' or 'foreach'?
dec 22 '09 at 16:52
(post deleted or otherwise unavailable)
nov 20 '09 at 19:22
Performance of comparisons in C++ ( foo >= 0 vs. foo != 0 )
sep 1 '09 at 22:37
(post deleted or otherwise unavailable)
aug 28 '09 at 3:37
Is the Mythical Man Month communication paths truly n^2?
aug 12 '09 at 21:52
Laws of Computer Science and Programming
aug 11 '09 at 14:37
Using Git with Visual Studio
aug 7 '09 at 17:17
When are design patterns the problem instead of the solution?
jul 7 '09 at 17:52
(post deleted or otherwise unavailable)
jun 2 '09 at 6:12
(post deleted or otherwise unavailable)
may 22 '09 at 14:47
(post deleted or otherwise unavailable)
jan 28 '09 at 19:17
What is your best programmer joke?
jan 8 '09 at 11:17
Where are variables in C++ stored?
oct 25 '08 at 4:42
(post deleted or otherwise unavailable)
oct 22 '08 at 13:32
What was the strangest coding standard rule that you were forced to follow?