Chris Nelson

371
reputation
54 views

Registered User

name Chris Nelson
member for 1 year
seen Dec 3 at 15:53
website
location Clifton Park, NY
age 47
Software Engineering Manager at SIXNET.
Nov
14
awarded  Taxonomist
Nov
13
revised Get me started programming and debugging Microsoft Office automation
added 98 characters in body
Nov
13
revised Get me started programming and debugging Microsoft Office automation
It seems to work in a new template
Nov
9
comment Get me started programming and debugging Microsoft Office automation
@Justin: How do you turn off macros in the template? Isn't that an application option?
Nov
9
revised Get me started programming and debugging Microsoft Office automation
Include my VBA code
Nov
9
asked Get me started programming and debugging Microsoft Office automation
Nov
4
comment How can I keep doxygen from documenting #defines in a C file?
I've got cond/endcond working but I really would like to know why internal didn't work. My doxygen fu is definitely weak. :-(
Nov
4
comment How can I keep doxygen from documenting #defines in a C file?
I suppose that addresses the #define in .c file issue (I can surround those lines with conditional control). It seems noisy and unnatural, though. And doesn't at all address hiding values for #define'd constants. (Maybe I shouldn't have asked a compound question but I hoped there was some #define-specific stuff that might address both issues.)
Nov
4
asked How can I keep doxygen from documenting #defines in a C file?
Sep
16
awarded  Yearling
Sep
15
revised For loop construction and code complexity
Added while example as an alternative
Sep
15
comment For loop construction and code complexity
Actually, "if you have to break out of a for loop, then use a while loop instead" is starting to sound good to me. Arguably, searches should be whiles.
Sep
15
comment For loop construction and code complexity
That's interesting. Of course, sometimes the "..." is "return x" and returning from the middle of a loop feels grody.
Sep
15
comment For loop construction and code complexity
Ah, but the second example have the "same" condition twice but expressed differently (!found in the loop header, found in the post condition). That, to me, is worse because it's harder to notice with a visual or programmatic scan.
Sep
15
asked For loop construction and code complexity
Jul
30
comment How can I create a tabular report in SQL when the column names are in the database, not the query?
I see how that works but I don't see how it helps. I have rather the opposite problem: I want to create column names (for the crosstab) from data, not data from column names. Maybe my query processor is a little slow today.
Jul
30
asked How can I create a tabular report in SQL when the column names are in the database, not the query?
Jul
2
asked Using current class in Java static method declaration