Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.std.c++ > #222

Re: An hexadecimal digits group separator for long 64bit addresses

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.news-service.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!209.197.12.242.MISMATCH!nx01.iad01.newshosting.com!newshosting.com!69.16.185.11.MISMATCH!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border3.nntp.dca.giganews.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date Tue, 16 Aug 2011 21:30:07 -0500
Return-Path <cppmods@mcgurn.dreamhost.com>
Sender std-cpp-request@vandevoorde.com
Approved james.dennett@gmail.com
Message-ID <j2d4jb$l4d$1@dont-email.me> (permalink)
Newsgroups comp.std.c++
From "Martin B." <0xCDCDCDCD@gmx.at>
Subject Re: An hexadecimal digits group separator for long 64bit addresses
Organization A noiseless patient Spider
References <f81be81a-36de-482a-ad63-480bec9a9933@x38g2000pri.googlegroups.com> <itdl0j$ltu$1@dont-email.me> <96mnalFvp7U1@mid.individual.net> <75905c6c-2ee6-4dbb-8f4f-0d4fc6fc6d67@d26g2000prn.googlegroups.com> <d8cf6bd6-e37c-4827-8dd5-2ccff3d71cf4@q29g2000prj.googlegroups.com> <9a5gd1Ft5qU1@mid.individual.net> <j1u2qo$7h0$2@newsreader2.utanet.at> <6554c30b-db1d-4d08-8b5f-5211582c73ea@n35g2000yqf.googlegroups.com> <822832a1-1de4-43d6-aa46-2835ef9cade6@e7g2000vbw.googlegroups.com>
Content-Type text/plain; charset=UTF-8; format=flowed
X-Original-Date Tue, 16 Aug 2011 09:00:59 +0200
X-Submission-Address std-c++-submit@vandevoorde.com
To undisclosed-recipients:;
Date Tue, 16 Aug 2011 21:29:16 CST
Lines 34
X-Usenet-Provider http://www.giganews.com
X-Trace sv3-fZAWY8YWj0Ugo9ZPV5dUZssR05qUU2EgstRFWlfUuGarK/hpXJvuIiBZYmjOhauwxM9AdI5bSf8+tLr!JXRTw5KD6w+2AZ19CtmDF0Y/yUfPZOBw/pEH1zCu3Ky3etz0S6o=
X-Complaints-To abuse@giganews.com
X-DMCA-Notifications http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info Otherwise we will be unable to process your complaint properly
X-Postfilter 1.3.40
X-Original-Bytes 2740
Xref x330-a1.tempe.blueboxinc.net comp.std.c++:222

Show key headers only | View raw


On 15.08.2011 15:46, Yakov Galka wrote:
>
> On Aug 11, 5:19 pm, Ed Smith-Rowland<3dw...@verizon.net>   wrote:
>>
>>  As an alternative I was thinking the backtick - ` - ascii 0x27.  It
>>  doesn't have any current use in C++ that I know of so it could be
>>  easily introduced.
>>  The results aren't too bad either:

+1 for backtick from me :-)

>
> It's not a part of basic source character set. Fortunately EBCDIC has
> it.
>

Well, it's a "basic ascii" character, so it should be kind of trivial
to add it to the source character set.

Oh, and note that the backtick is ASCII 0x60
(http://en.wikipedia.org/wiki/Grave_accent#Technical_notes)
(http://www.fileformat.info/info/unicode/char/60/index.htm).

br,
Martin


--
[ comp.std.c++ is moderated.  To submit articles, try posting with your ]
[ newsreader.  If that fails, use mailto:std-cpp-submit@vandevoorde.com ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html                      ]

Back to comp.std.c++ | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

An hexadecimal digits group separator for long 64bit addresses Yaniv Abraham <yaniv1abraham@gmail.com> - 2011-06-16 12:07 -0600
  Re: An hexadecimal digits group separator for long 64bit addresses Miles Bader<miles@gnu.org> - 2011-06-17 13:17 -0600
  Re: An hexadecimal digits group separator for long 64bit addresses Ed Smith-Rowland<3dw4rd@verizon.net> - 2011-06-17 13:18 -0600
  Re: An hexadecimal digits group separator for long 64bit addresses Victor Bazarov<v.bazarov@comcast.invalid> - 2011-06-17 13:16 -0600
    Re: An hexadecimal digits group separator for long 64bit addresses Niklas Holsti <niklas.holsti@tidorum.invalid> - 2011-06-25 14:06 -0600
      Re: An hexadecimal digits group separator for long 64bit addresses Yakov Galka <ybungalobill@gmail.com> - 2011-06-27 13:38 -0600
        Re: An hexadecimal digits group separator for long 64bit addresses Philip Guenther <guenther@gmail.com> - 2011-06-30 10:30 -0600
          Re: An hexadecimal digits group separator for long 64bit addresses Niklas Holsti <niklas.holsti@tidorum.invalid> - 2011-08-07 13:07 -0600
            Re: An hexadecimal digits group separator for long 64bit addresses Florian Kutscherauer<florian.kutscherauer@gmx.at> - 2011-08-10 11:50 -0600
              Re: An hexadecimal digits group separator for long 64bit addresses Ed Smith-Rowland <3dw4rd@verizon.net> - 2011-08-11 08:19 -0600
                Re: An hexadecimal digits group separator for long 64bit addresses Yakov Galka<ybungalobill@gmail.com> - 2011-08-15 07:46 -0600
                Re: An hexadecimal digits group separator for long 64bit addresses "Martin B." <0xCDCDCDCD@gmx.at> - 2011-08-16 21:29 -0600
                Re: An hexadecimal digits group separator for long 64bit addresses Ed Smith-Rowland <3dw4rd@verizon.net> - 2011-08-18 07:53 -0600
                Re: An hexadecimal digits group separator for long 64bit addresses Leo Equinox Gaspard <ekinox1995@gmail.com> - 2011-08-16 21:29 -0600

csiph-web