| bio | website | cplusplus.com |
|---|---|---|
| location | New Orleans, LA | |
| age | 18 | |
| visits | member for | 2 years, 7 months |
| seen | Feb 24 '11 at 4:00 | |
| stats | profile views | 21 |
A newcomer to C++ and programming in general
|
Nov 7 |
comment |
What are some famous one-liner or two-liner programs and equations? Always thought this was incredibly cool. |
|
Nov 3 |
awarded | Commentator |
|
Nov 3 |
comment |
Single statement if block - braces or no? +1. Glad to see I'm not the only one who resorts to one line if statements. |
|
Nov 2 |
awarded | Scholar |
|
Nov 2 |
awarded | Critic |
|
Nov 2 |
comment |
What makes C developers so curious if “i++ == ++i”? Yeah, that's it. And I'm not saying that's the best way to write the code, cause it's not, but it's not too hard to remember (pre returns and increments, in that order, whereas post increments and returns, in that order), so might as well. |
|
Nov 2 |
comment |
What makes C developers so curious if “i++ == ++i”? +1. Knowing the difference between the pre- and post-fix increment/decrement operators is worth it for situations like this. |
|
Oct 29 |
awarded | Teacher |
|
Oct 29 |
comment |
Are programmers good at learning “spoken” languages?Natural languages do not have rules, but they do have patterns. If you notice a pattern, don't claim it's a rule and then complain about all of the exceptions. - +1 for that. It put language in perspective for me. |
|
Oct 29 |
comment |
Pronunciation in programming? +1 for asking a question I was too embarrassed to post. |
|
Oct 29 |
answered | Pronunciation in programming? |
|
Oct 28 |
awarded | Student |
|
Oct 26 |
awarded | Supporter |
|
Oct 26 |
awarded | Autobiographer |
|
May 31 |
comment |
What is the single most effective thing you did to improve your programming skills? I'd like to point out that touch typing != home row. I personally use home row as a starting point and then let my fingers go wherever, which I can do because I know the keyboard very well. However, I've seen plenty of people touch type without even touching the home row, and that works fine for them. |
|
May 31 |
comment |
What is the single most effective thing you did to improve your programming skills? +1 because my name is Aaron ;) |