| bio | website | caffeineoncode.com |
|---|---|---|
| location | Denver, CO | |
| age | 25 | |
| visits | member for | 3 years, 4 months |
| seen | 44 mins ago | |
| stats | profile views | 411 |
|
Jun 13 |
comment |
Algorithm to convert RGB to HSV and HSV to RGB? Curiosity is killing me. What is the point of the comments saying things such as: < is bogus, just shuts up warnings? |
|
Jun 12 |
revised |
vector.push_back(B) and vector.push_back(new A((*B))), why not act as the same? edited body |
|
Jun 12 |
answered | vector.push_back(B) and vector.push_back(new A((*B))), why not act as the same? |
|
Jun 5 |
awarded | Nice Question |
|
May 28 |
awarded | Popular Question |
|
May 13 |
reviewed | Reject suggested edit on how do you restart setInterval on mouse out |
|
May 1 |
comment |
What is the meaning of this fiddler icon? @saarp, link updated. Thanks for seeing that it moved. |
|
May 1 |
revised |
What is the meaning of this fiddler icon? added 12 characters in body |
|
Apr 4 |
awarded | Nice Question |
|
Apr 2 |
comment |
Convert hex string to byte array Good God. -1 for even suggesting LINQ to do something like this. |
|
Apr 2 |
awarded | Nice Answer |
|
Mar 26 |
comment |
extract substrings from a strings Depends on the complexity. If you are looking at full XML or HTML, then a good XML or HTML parser would be good. If every string is as simple as the one you pointed out, then I'd have a look at Regular Expressions |
|
Mar 15 |
revised |
How to return a month name using a Javascript if function added 48 characters in body |
|
Mar 15 |
revised |
How to return a month name using a Javascript if function added 48 characters in body |
|
Mar 15 |
answered | How to return a month name using a Javascript if function |
|
Mar 15 |
comment |
Operator += class overloading : parameter error @user1784297, the syntax anArray.[i][n] is an error. Change it as I showed you |
|
Mar 15 |
revised |
Operator += class overloading : parameter error added 198 characters in body |
|
Mar 15 |
comment |
Operator += class overloading : parameter error @user1784297, then in that case, as many people have said, we need to see more code. Don't reply back unless you first acknowledge that request. |
|
Mar 15 |
answered | Operator += class overloading : parameter error |
|
Mar 13 |
comment |
Should I repeat inclusions in .cpp and .h? @TimothyShields, the bullet list is actually just adapted from Google's code guidelines for C++ google-styleguide.googlecode.com/svn/trunk/cppguide.xml |