Badge
| Guru | Accepted answer and score of 40 or more. This badge can be awarded multiple times. |
jalf earned this badge 19 times |
oct 13 at 20:47
C++ Accesses an Array out of bounds gives no error, why?
may 24 '12 at 11:37
Why is volatile not considered useful in multithreaded C or C++ programming?
may 10 '12 at 13:58
When to use reinterpret_cast?
mar 2 '12 at 8:45
C++ Object Instantiation
jul 21 '11 at 23:41
Checking if a double (or float) is nan in C++
jun 17 '11 at 19:01
Is C++ showing its age as programmers try to use it in ways it was never designed to be used?
feb 12 '11 at 20:58
C++ Functors - and their uses
nov 19 '10 at 11:02
What is the difference between _tmain() and main() in C++?
oct 19 '10 at 20:23
Why aren't we programming on the GPU?
jun 20 '10 at 15:07
C++ : why bool is 8 bits long?
apr 23 '10 at 18:32
(post deleted or otherwise unavailable)
jan 15 '10 at 6:47
Why is C++ relatively “harder” to use/bad choice for a beginner?
jul 10 '09 at 1:57
Why not use pointers for everything in C++?
may 2 '09 at 9:32
Good Idea / Bad Idea Should I Reimplement Most Of C++?
jan 26 '09 at 18:17
Why does C++ not have reflection?
dec 21 '08 at 3:12
Does Functional Programming Replace GoF Design Patterns?
dec 19 '08 at 12:22
Why does C++ compilation take so long?
dec 19 '08 at 3:42
C++ for a C# developer