Badge
| Good Answer | Answer score of 25 or more. This badge can be awarded multiple times. |
Brian R. Bondy earned this badge 72 times |
mar 29 at 7:07
What do parentheses in a C variable declaration mean?
mar 26 at 13:45
How do you screen scrape ajax pages?
dec 25 at 10:47
const int = int const?
dec 11 at 12:07
Need Help using XPath in ElementTree
dec 5 at 6:18
How important are Design Patterns really?
nov 24 at 23:14
#pragma once vs include guards?
nov 1 at 12:27
Efficient string concatenation in C++
oct 30 at 19:35
Most vexing parse: why doesn't A a(()); work?
oct 5 at 17:34
Benefits of inline functions in C++?
sep 6 at 10:05
C String Concatenation
sep 5 at 18:49
C++ include and import difference
may 21 '12 at 18:47
fcntl, lockf, which is better to use for file locking?
mar 27 '12 at 13:09
Multiple Cases in Switch:
mar 24 '12 at 6:08
C# - Can publicly inherited methods be hidden (e.g. made private to derived class)
feb 16 '12 at 5:11
What exactly are DLL files, and how to they work?
oct 4 '11 at 8:27
Python - Intersection of two lists
aug 21 '11 at 20:29
Is C code still considered C++?
aug 8 '11 at 22:43
Converting from a string to boolean in Python?
jul 7 '11 at 2:59
What is referential transparency?
jul 7 '11 at 2:59
What's the difference between a POST and a PUT HTTP REQUEST?
jun 2 '11 at 11:48
What uses are there for “placement new”?
mar 4 '11 at 18:29
How can I get a list of files in a directory using C or C++?
feb 5 '11 at 21:15
.NET 4.0 has a new GAC, why?
nov 22 '10 at 18:03
Why doesn't C have unsigned floats?
nov 10 '10 at 19:48
the way to compare string in an efficient way in C++
sep 12 '10 at 12:08
Why does a function declaration with a const argument allow calling of a function with a non-const argument?
aug 29 '10 at 12:40
HTTP 1.0 vs 1.1
aug 12 '10 at 15:45
(post deleted or otherwise unavailable)
jul 13 '10 at 19:21
Why does this C code compile?
jul 12 '10 at 19:46
What are “first class” objects?
jun 30 '10 at 8:07
(post deleted or otherwise unavailable)
jun 9 '10 at 5:07
How to learn proper C++?
jun 3 '10 at 21:32
Edit characters in a String in C#
jun 1 '10 at 10:07
Why don't I need to check if references are invalid/null?
may 28 '10 at 20:17
(post deleted or otherwise unavailable)
may 3 '10 at 13:22
(post deleted or otherwise unavailable)
mar 26 '10 at 18:57
(post deleted or otherwise unavailable)
dec 23 '09 at 3:02
O(log N) == O(1) - Why not?
dec 14 '09 at 12:42
What modern C++ libraries should be in my toolbox?
sep 29 '09 at 15:27
How to allow more memory and avoid stack overflow on lots of recursion?
sep 2 '09 at 1:22
What's a standard way to do a no-op in python?
aug 24 '09 at 20:42
When teaching C, is it better to teach arrays before or after pointers?
aug 10 '09 at 18:37
Factorial in C without conditionals, loops and arithmetic operators
aug 5 '09 at 16:37
PUT vs POST in REST
jul 13 '09 at 20:57
Should I learn C before learning C++?
jun 10 '09 at 12:27
Is JavaScript's Floating-Point Math Broken?
jun 4 '09 at 18:47
Good or Bad C++ Idiom - Objects used purely for constructor/destructor?
jun 2 '09 at 17:12
(post deleted or otherwise unavailable)
jun 1 '09 at 20:12
What are the best/common RESTful url verbs and actions?
may 6 '09 at 21:17
What's the difference between X = X++; vs X++;?
apr 4 '09 at 11:12
REST and SOAP
mar 29 '09 at 1:42
Why should I learn Python?
mar 22 '09 at 15:42
Stop overlooking minor details
mar 17 '09 at 17:52
In what cases do I use malloc vs new?