| bio | website | gmannickg.com |
|---|---|---|
| location | Kirkland, WA | |
| age | 24 | |
| visits | member for | 2 years, 6 months |
| seen | Mar 25 at 19:44 | |
| stats | profile views | 69 |
Hi.
SO Milestones:
- 2nd user to get the silver stl badge.
- 3rd user to get the silver templates badge.
- 15th user to get the gold c++ badge.
- 27th user to get the silver c badge.
- 102nd user to get the legendary badge.
Favorite answers:
- What is the copy-and-swap idiom?
- How far to go with a strongly typed language?
- [C++] Why doesn't delete destroy anything ?
- Advantage of using forward
- When does invoking a member function on a null instance result in undefined behavior?
- Is it possible to hash pointers in portable C++03 code? (Value vs. value representation)
- String literals not allowed as non type template parameters
- C++: How do I prevent a function from accepting a pointer that is allocated in-line?
- Why do I see strange values when I print uninitialized variables?
- Question about pointer increment
- Building boost::options from a string/boost::any map (Type-erasure)
|
Feb 25 |
awarded | Caucus |
|
Feb 22 |
comment |
How important is understanding the coding behind sorts? @AndrewMartin: Quite the opposite. As the answer states, there's generally never a need to write them. They exist in libraries already, or the libraries you're using already sort the data if needed. It's a very low-level thing. And if you did find your self in a place to need to write one, who cares if you can magically write the best version off the top of your head? I doubt anyone could. Just look it up. |
|
Jan 21 |
awarded | Guru |
|
Dec 20 |
comment |
Does auto make C++ code harder to understand? @paul23: What does using auto versus the type gain you, then, if your only objection is "I don't know how to use this". Either makes you look it up anyway. |
|
Oct 26 |
awarded | Yearling |
|
Oct 26 |
awarded | Yearling |
|
Jun 9 |
comment |
Real programmers use debuggers? @Job: Take a look at en.wikipedia.org/wiki/Formal_verification#Industry_usage |
|
Jun 9 |
comment |
Real programmers use debuggers? "one can never prove that a program is correct" That's not true. |
|
May 26 |
awarded | Critic |
|
May 24 |
comment |
Downloadable Game vs Non-Downloadable @MMavipc: I see, that's awkwardly phrased to me. :) How about: "Might be a little slower. If JIT is not used, it would be a lot slower."? |
|
May 24 |
comment |
Downloadable Game vs Non-Downloadable "May be a little slower unless JIT compiling is not used, then it would be a lot slower" Seems extremely backwards to me. JIT is what makes Java faster than C++ in many cases. |
|
May 10 |
comment |
The “blub paradox” and c++ Coroutines are isomorphic to functors. |
|
Apr 16 |
awarded | Great Answer |
|
Apr 15 |
awarded | Good Answer |
|
Apr 15 |
awarded | Nice Answer |
|
Apr 15 |
awarded | Commentator |
|
Mar 29 |
answered | Real-world scenarios for protected methods |
|
Mar 29 |
comment |
Real-world scenarios for protected methods Why -1? This is the first thing I thought of. |
|
Feb 1 |
comment |
Why do we have postfix increment? @Cody: It's the former. (That said I'm in the rare group that's totally fine with breaking code with huge changes, if it means better code, but that's a separate issue.) |
|
Feb 1 |
comment |
Why do we have postfix increment? @Cody: Because some things are both confusing and useful. He isn't confused by post-increment itself, he's confused about it's usefulness. We shouldn't have things that are useless, confusing or not. |

