| bio | website | stackoverflow.com/users/… |
|---|---|---|
| location | United States | |
| age | 93 | |
| visits | member for | 1 year, 8 months |
| seen | yesterday | |
| stats | profile views | 119 |

|
Mar 2 |
awarded | Popular Question |
|
Feb 25 |
awarded | Constituent |
|
Feb 18 |
awarded | Caucus |
|
Dec 1 |
awarded | Nice Answer |
|
Oct 27 |
comment |
Can a recursive function have iterations/loops? "All correct recursive functions also have a conditional of some sort, preventing them from "recursing down" forever." is not true with non-strict evaluation. |
|
Sep 27 |
awarded | Yearling |
|
Aug 1 |
awarded | Popular Question |
|
Jul 20 |
accepted | Explanation on how “Tell, Don't Ask” is considered good OO |
|
Jul 20 |
awarded | Nice Question |
|
Jul 20 |
comment |
Explanation on how “Tell, Don't Ask” is considered good OO Code examples might be Ruby and not Python, I dunno. |
|
Jul 20 |
asked | Explanation on how “Tell, Don't Ask” is considered good OO |
|
Jun 8 |
awarded | Constituent |
|
Jun 8 |
awarded | Caucus |
|
Jun 2 |
comment |
How to solve this problem without the use of if-else statements? @dunsmoreb char *argv[] as an argument is equivalent to char **argv and there's no string literal involved so it's irrelevant. user16764 is correct in that const is correct here. |
|
Jun 2 |
comment |
How to solve this problem without the use of if-else statements? Is char *values[] = {"even", "odd"}; legal? I thought converting string literals to char* was deprecated. |
|
May 29 |
comment |
How are functions called when passing ++ Your middle paragraph says unspecified, but your first says undefined. Which is it? |
|
May 28 |
comment |
How are functions called when passing ++ Is this really UB? I thought it was only UB if it was modified twice without a sequence point. (either way you can't rely on the output) |
|
May 28 |
answered | How are functions called when passing ++ |
|
May 21 |
comment |
Excellent knowledge of C++ "For example, you cannot be an expect at writing system drivers and game engines at the same time." Why not? |
|
May 21 |
comment |
how to nicely use constant std::string in c++ @CrazyEddie Could you explain what you mean with "has a well defined and determined end that is a pre-calculated aspect of the instance's state"? I am very interested in hearing your full explanation, perhaps write an answer to this question? |