Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Billy ONeal earned this badge 78 times |
apr 25 at 17:06
C# ref is it like a pointer in C/C++ or a reference in C++?
apr 5 at 15:44
Is it possible to inline a lambda expression?
dec 19 at 20:45
How to do a parallel build in Visual Studio 2010
dec 8 at 21:45
Why did boost regex run out of stack space?
oct 12 at 18:32
Deleting a reference
oct 5 at 13:38
SVN - merge one branch into another?
oct 4 at 21:03
skipped when looking for precompiled header
sep 27 at 20:32
Using std::unique_ptr with standard containers
sep 19 at 14:21
Overriding the == operator in non-immutable types
sep 13 at 12:19
ReSharper for C++
sep 11 at 5:43
memcpy() vs memmove()
aug 27 at 16:33
Performance of qsort vs std::sort?
aug 15 at 12:19
Is sizeof in C++ evaluated at compilation time or run time?
jul 9 at 19:18
Kruskal's Algorithm in C++
jul 7 at 13:52
If I do a `typedef` in C or C++, when should I add `_t` at the end of typedef'ed type?
jul 2 at 21:05
What is a Sandbox
may 29 '12 at 10:52
Compiling and Using JSONCPP on Visual Studio10 with Boost
may 20 '12 at 10:20
Is size of the object affected by type of access-specifier and type of inheritance?
may 12 '12 at 16:38
Why the difference between int a[5] = {0} and int a[5]={1} (Missing Feature)
apr 26 '12 at 20:06
How to reformat date in PHP?
mar 23 '12 at 22:08
Is there a sorting routine faster than qsort?
jan 1 '12 at 13:37
Should I switch from using boost::shared_ptr to std::shared_ptr?
dec 16 '11 at 13:01
jqGrid throws “Uncaught Syntax error, unrecognized expression: #”
nov 17 '11 at 16:39
Can anyone explain C++ exception specifications to me?
sep 27 '11 at 21:06
Minimum element in empty array
sep 2 '11 at 15:24
Looking for easy way to analyze var_dump (PHP) on large objects
aug 22 '11 at 3:01
Creating new types in C++
aug 13 '11 at 6:35
Maximum value of unsigned char
jul 24 '11 at 14:56
Is 'switch' faster than 'if'?
jul 7 '11 at 2:49
What new Unicode functions are there in C++0x?
jul 7 '11 at 2:49
Issue using Visual Studio 2010 compiled C++ DLL in Windows 2000
jun 23 '11 at 18:50
Why methods can not return mutiple values
jun 22 '11 at 23:53
Why string[0] = “new value” does not compile?
jun 17 '11 at 0:39
C++: Using typeid in production code
jun 15 '11 at 10:01
How can I write a single for loop running from a to z and A to Z in C?
jun 14 '11 at 20:23
I'm messing up my inheritance
may 30 '11 at 15:58
How to catch EVERY exception in C++/Windows?
may 22 '11 at 17:22
Can const-correctness improve performance?
may 16 '11 at 16:54
Why friend function can't be used for overloading assignment operator?
may 15 '11 at 8:59
Why should one not derive from c++ std string class?
apr 1 '11 at 4:04
how does cout << actually work?
mar 24 '11 at 7:10
What happens when a computer program runs?
feb 24 '11 at 22:14
Abolish include-files in C++
jan 21 '11 at 23:25
Can boost::smart_ptr be used in std containers?
jan 1 '11 at 12:17
Why can't C++ have an optional transparent garbage collector
dec 28 '10 at 21:16
How to split and join array in C++ for UDP?
dec 28 '10 at 20:51
C++ Double Address Operator? (&&)
dec 21 '10 at 22:29
What types are types of in c?
dec 16 '10 at 1:10
What do programmers mean when they say, “Code against an interface, not an object.”?
nov 12 '10 at 15:58
C/C++: switch for non-integers
nov 4 '10 at 15:49
same class, different size…?
sep 7 '10 at 22:05
Smallest IDE for PHP with code-completion?
sep 7 '10 at 18:50
In C# between >0 and >=1 which is faster and better?
sep 2 '10 at 17:16
std::vector optimization
aug 31 '10 at 5:50
What's the graceful way of handling out of memory situations in C/C++?
aug 22 '10 at 14:18
Why do we use Base64?
aug 13 '10 at 16:30
C++ vector::clear