Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Timo Geusch earned this badge 21 times |
may 14 at 22:13
What is the difference between memcpy() and strncpy() given the latter can easily be a substitute for the former?
apr 5 at 22:54
Calling C++ (not C) from Common Lisp?
apr 20 '12 at 8:38
When to use forward declaration?
oct 25 '11 at 9:15
How do I set a path in visual studio?
oct 7 '11 at 1:55
How do you learn proper Emacs?
sep 28 '11 at 0:38
The Definitive C++ Book Guide and List
jul 19 '11 at 6:24
Overloading << operator C++ - Pointer to Class
jul 7 '11 at 2:49
How do I pass a function as a parameter to in elisp?
aug 6 '10 at 13:16
What's wrong with this copy constructor?
jul 24 '10 at 8:12
Is it okay to throw NullPointerException programatically?
mar 25 '10 at 13:52
What is the point of STL?
feb 11 '10 at 22:52
Does using large libraries inherently make slower code?
oct 6 '09 at 7:52
(post deleted or otherwise unavailable)
jul 30 '09 at 10:32
(post deleted or otherwise unavailable)
jul 17 '09 at 19:02
sprintf and char [] vs. string
mar 25 '09 at 19:32
Calling Member Functions within Main C++
mar 11 '09 at 4:42
What are some C++ Standard Library usage best practices?
feb 20 '09 at 15:12
(post deleted or otherwise unavailable)
feb 17 '09 at 19:57
I see many examples of C++ with the use of “Foo ^ bar” - what is “^”?
jan 23 '09 at 18:22
boost::bind with functions that have parameters that are references
jan 21 '09 at 14:57
overloaded increment's return value