Badge
| Nice Question | Question score of 10 or more. This badge can be awarded multiple times. |
Billy ONeal earned this badge 44 times |
apr 15 at 14:59
Can I configure Visual Studio to use real folders instead of filters in C++ projects?
mar 14 at 20:14
Mocking with Boost::Test
mar 5 at 18:20
How does one downcast a std::shared_ptr?
jan 13 at 7:27
Why does ReadProcessMemory have `lpNumberOfBytesRead`?
nov 29 at 18:41
(post deleted or otherwise unavailable)
oct 10 at 19:22
How do I write a std::codecvt facet?
sep 6 at 9:30
Immutable Design: Dealing with Constructor Insanity
aug 21 at 8:23
How can I open the same document twice in Visual Studio?
aug 10 at 14:28
How do I deep copy a DateTime object?
jun 1 '12 at 17:58
How does one handle third party libraries with completely different build systems?
jan 16 '12 at 11:56
Add and Subtract 128 Bit Integers in C(++)
sep 23 '11 at 22:20
Does a cloud service like Azure or EC2 exist which can run arbitrary workloads? (e.g. Client SKUs of Windows)
sep 21 '11 at 22:20
Why should I use an automatically implemented property instead of a field?
jul 28 '11 at 19:23
How can std::runtime_error::runtime_error(const std::string&) meet std::exception's requirement of throw()?
jul 24 '11 at 17:17
What restrictions does ISO C++ place on structs defined at function scope?
jun 27 '11 at 16:50
What legitimate reasons exist to overload the unary operator&?
jun 23 '11 at 0:48
Does C++11 add the C99 restrict specifier? If not, why not?
jun 22 '11 at 7:16
Refactor Pro versus Visual Assist X for C++ Development
jun 22 '11 at 2:45
How can I audit my Windows application for correct Unicode handling?
jun 13 '11 at 21:23
Why do several of the standard operators not have standard functors?
may 29 '11 at 12:53
When should I consider making a library header-only?
may 16 '11 at 23:10
What std::locale names are available on common windows compilers?
apr 21 '11 at 17:46
Are lock-free algorithms really more performant than their lock-full counterparts?
dec 11 '10 at 20:57
What's the rationale for null terminated strings?
dec 1 '10 at 16:00
What is the point of the C99 standard?
oct 12 '10 at 8:14
(post deleted or otherwise unavailable)
aug 28 '10 at 12:25
How usable is Qt without its preprocessing step?
aug 28 '10 at 1:36
How can I run NUnit tests in parallel?
aug 16 '10 at 7:02
Can I use Visual Studio 2010's C++ compiler with Visual Studio 2008's C++ Runtime Library?
jun 23 '10 at 17:12
Why does C# require you to write a null check every time you fire an event?
jun 22 '10 at 19:42
Reflection in C#: How do I get the calling method name and type? [duplicate]
apr 15 '10 at 6:17
How can I effectively test against the Windows API?
mar 10 '10 at 14:12
Is it reasonable to use std::basic_string<t> as a contiguous buffer when targeting C++03?
feb 13 '10 at 8:17
Free Testing / Code Coverage systems for C++ [closed]