GKelly
|
Registered User
|
|
Oct 28 |
asked | Is it possible to programmatically close a Java process through JMX |
|
Oct 28 |
comment |
Some D template questions Essentially, I'm looking for a way to avoid as much run-time decisions as possible here, so I'm trying to see if I can avoid a 'normal' if. To be honest, I'm just exploring the language, I'd normally be happy enough with the non-static if, but I'm just exploring what's possible. |
|
Oct 28 |
comment |
Some D template questions How do you go about making 'position' a template parameter? Something like the following? string insert(T, uint Position)(...) { static if (Position == 0) ... else ... } |
|
Oct 23 |
comment |
Do final members assigned constants on declaration get optimized at run-time to ‘static final’s? That's what I thought. Thanks |
|
Oct 23 |
comment |
How do you go about asking a question at digitalmars.com? Sorry for posting incorrectly. Also, thanks for the answers, I was not in the correct place, there is no link to the pnews section of the site easily seen. Once in there, it's obvious. |
|
Oct 23 |
asked | Some D template questions |
|
Oct 23 |
asked | How do you go about asking a question at digitalmars.com? |
|
Sep 20 |
awarded | ● Yearling |
|
Aug 25 |
answered | WIX MSBuild automation help - solution best practices |
|
Aug 13 |
comment |
Sorting based on associative arrays in D Doh! Thanks, that works. It's always the simple stuff that's the hardest to find info on! |
|
Aug 11 |
asked | Sorting based on associative arrays in D |
|
Aug 10 |
answered | Why isn’t the ‘D’ language picking up? |
|
Aug 7 |
comment |
Do final members assigned constants on declaration get optimized at run-time to ‘static final’s? Nope, the point of the question was that the members are set to constant values on declaration, not set dynamically |
|
Aug 7 |
revised |
Do final members assigned constants on declaration get optimized at run-time to ‘static final’s? Clarification, I know there would only be 1 instance of the String, Should have picked a better example; added 8 characters in body |
|
Aug 6 |
asked | Do final members assigned constants on declaration get optimized at run-time to ‘static final’s? |
