Jump to page: 1 2
Thread overview
DMD 0.131 release
Sep 09, 2005
Walter Bright
Sep 10, 2005
David L. Davis
Sep 10, 2005
David L. Davis
Sep 10, 2005
David L. Davis
Sep 11, 2005
John Demme
Sep 11, 2005
Chris Sauls
Sep 11, 2005
John Reimer
Sep 12, 2005
Georg Wrede
[OT] Re: DMD 0.131 release
Sep 12, 2005
pragma
Sep 13, 2005
BCS
Sep 13, 2005
Georg Wrede
Sep 10, 2005
Walter Bright
Sep 10, 2005
John Demme
Sep 11, 2005
Walter Bright
September 09, 2005
Hopefully resolves the Linux line number problems.

http://www.digitalmars.com/d/changelog.html




September 10, 2005
In article <dfrj9u$1goe$1@digitaldaemon.com>, Walter Bright says...
>
>Hopefully resolves the Linux line number problems.
>
>http://www.digitalmars.com/d/changelog.html

Walter,

I was wondering, will the character literals for char, wchar, and dchar datatypes get the same suffix treatment added to them as the string literals char[], wchar[], and dchar[] datatypes did with the "char[]"c, "wchar[]"w, and "dchar[]"d?

Thanks for your reply in advance.

David L.

-------------------------------------------------------------------
"Dare to reach for the Stars...Dare to Dream, Build, and Achieve!"
-------------------------------------------------------------------

MKoD: http://spottedtiger.tripod.com/D_Language/D_Main_XP.html
September 10, 2005
In article <dfutpn$260n$1@digitaldaemon.com>, David L. Davis says...
>
>In article <dfrj9u$1goe$1@digitaldaemon.com>, Walter Bright says...
>>
>>Hopefully resolves the Linux line number problems.
>>
>>http://www.digitalmars.com/d/changelog.html
>
>Walter,
>
>I was wondering, will the character literals for char, wchar, and dchar datatypes get the same suffix treatment added to them as the string literals char[], wchar[], and dchar[] datatypes did with the "char[]"c, "wchar[]"w, and "dchar[]"d?
>
>Thanks for your reply in advance.
>
>David L.

Walter,

Opps! Replace "suffix" with "postfix"...darn it! I've always had this problem with right-hand-side, left-hand-side...it really caused me a lot of trouble during these quick marching practices I had to do back when I was in the U.S. Army. I had to slightly giggle my right hand to keep myself straight, man was that a chore! <g>

David L.

-------------------------------------------------------------------
"Dare to reach for the Stars...Dare to Dream, Build, and Achieve!"
-------------------------------------------------------------------

MKoD: http://spottedtiger.tripod.com/D_Language/D_Main_XP.html
September 10, 2005
"David L. Davis" <SpottedTiger@yahoo.com> wrote in message news:dfutpn$260n$1@digitaldaemon.com...
> I was wondering, will the character literals for char, wchar, and dchar datatypes get the same suffix treatment added to them as the string
literals
> char[], wchar[], and dchar[] datatypes did with the "char[]"c, "wchar[]"w,
and
> "dchar[]"d?

That should probably be done, too.


September 10, 2005
Walter, I could kiss you!

Thanks,
John Demme

On Fri, 09 Sep 2005 02:02:11 -0700, Walter Bright wrote:

> Hopefully resolves the Linux line number problems.
> 
> http://www.digitalmars.com/d/changelog.html

September 10, 2005
"David L. Davis" <SpottedTiger@yahoo.com> wrote in message news:dfv1bh$2cob$1@digitaldaemon.com...
> Opps! Replace "suffix" with "postfix"...darn it!

Actually, you got it right the first time - a suffix is something tacked on to the end.  A prefix is tacked on to the beginning.  And postfix.. I don't think it's a noun ;)


September 10, 2005
In article <dfvg7h$hdt$1@digitaldaemon.com>, Jarrett Billingsley says...
>
>"David L. Davis" <SpottedTiger@yahoo.com> wrote in message news:dfv1bh$2cob$1@digitaldaemon.com...
>> Opps! Replace "suffix" with "postfix"...darn it!
>
>Actually, you got it right the first time - a suffix is something tacked on to the end.  A prefix is tacked on to the beginning.  And postfix.. I don't think it's a noun ;)
>

Jarrett,

Thanks, you're right. :) But please replace "giggle" with "wiggle"...;) Gee! I must have gotten up on the wrong side of the bed today.

David L.

-------------------------------------------------------------------
"Dare to reach for the Stars...Dare to Dream, Build, and Achieve!"
-------------------------------------------------------------------

MKoD: http://spottedtiger.tripod.com/D_Language/D_Main_XP.html
September 11, 2005
On Sat, 10 Sep 2005 16:38:14 -0400, Jarrett Billingsley wrote:

> "David L. Davis" <SpottedTiger@yahoo.com> wrote in message news:dfv1bh$2cob$1@digitaldaemon.com...
>> Opps! Replace "suffix" with "postfix"...darn it!
> 
> Actually, you got it right the first time - a suffix is something tacked on to the end.  A prefix is tacked on to the beginning.  And postfix.. I don't think it's a noun ;)

Postfix is an SMTP server. A pretty good one, too.

September 11, 2005
"John Demme" <me@teqdruid.com> wrote in message news:pan.2005.09.10.19.52.26.304630@teqdruid.com...
> Walter, I could kiss you!

I'll settle for a beer <g>.

The problem was my misunderstanding of how the dwarf line number thing worked.


September 11, 2005
David L. Davis wrote:

> 
> 
> Walter,
> 
> Opps! Replace "suffix" with "postfix"...darn it! I've always had this problem
> with right-hand-side, left-hand-side...it really caused me a lot of trouble
> during these quick marching practices I had to do back when I was in the U.S.
> Army. I had to slightly giggle my right hand to keep myself straight, man was
> that a chore! <g>   
> 
> David L.
> 
> -------------------------------------------------------------------
> "Dare to reach for the Stars...Dare to Dream, Build, and Achieve!"
> -------------------------------------------------------------------
> 
> MKoD: http://spottedtiger.tripod.com/D_Language/D_Main_XP.html

I hear you, David.  I've always had the same problem.  In latter years it hasn't been so bad as when I was young.

My method of determining which hand has always been to flick the fingers.  That technique goes back to when I used to play a game (Canadian origin, I think) called Crokinole.  You had to flick round plastic (or wood) pieces across a plywood board.  I am right-handed... so that helped me determine that hand. :-)

Now and again, when I'm wasted, I still forget right and left. I guess we're all burdened with some handicap, whether it be physical or abstract.  :-P

-JJR
« First   ‹ Prev
1 2