From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,703c4f68db81387d X-Google-Thread: 109fba,703c4f68db81387d X-Google-Thread: 115aec,703c4f68db81387d X-Google-Thread: f43e6,703c4f68db81387d X-Google-Attributes: gid103376,gid109fba,gid115aec,gidf43e6,public X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news1.google.com!newsread.com!news-xfer.newsread.com!nntp.abs.net!news-FFM2.ecrc.net!newsfeed00.sul.t-online.de!t-online.de!tsicnews.teliasonera.com!news.otenet.gr!news.grnet.gr!newsfd02.forthnet.gr!not-for-mail From: Ioannis Vranos Newsgroups: comp.lang.ada,comp.lang.c++,comp.realtime,comp.software-eng Subject: Re: [OT] Re: Teaching new tricks to an old dog (C++ -->Ada) Date: Sun, 06 Mar 2005 00:11:01 +0200 Organization: FORTHnet S.A., Atthidon 4, GR-17671 Kalithea, Greece, Tel: +30 2109559000, Fax: +30 2109559333, url: http://www.forthnet.gr Message-ID: <1110060671.201826@athnrd02> References: <4229bad9$0$1019$afc38c87@news.optusnet.com.au> <1110032222.447846.167060@g14g2000cwa.googlegroups.com> <871xau9nlh.fsf@insalien.org> <3SjWd.103128$Vf.3969241@news000.worldonline.dk> <87r7iu85lf.fsf@insalien.org> <87is4598pm.fsf@insalien.org> <1110054476.533590@athnrd02> <1110059861.560004@athnrd02> NNTP-Posting-Host: athnrd02.forthnet.gr Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: athprx02.forthnet.gr 1110060671 28681 193.92.150.73 (5 Mar 2005 22:11:11 GMT) X-Complaints-To: abuse@forthnet.gr NNTP-Posting-Date: Sat, 5 Mar 2005 22:11:11 +0000 (UTC) User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en In-Reply-To: <1110059861.560004@athnrd02> Cache-Post-Path: newsfd02!unknown@ppp36-adsl-149.ath.forthnet.gr Xref: g2news1.google.com comp.lang.ada:8689 comp.lang.c++:44235 comp.realtime:973 comp.software-eng:4504 Date: 2005-03-06T00:11:01+02:00 List-Id: Ioannis Vranos wrote: > C:\c>temp > character: ⁿ > character: = > character: > > character: > > 252 61 62 0 > > 00111111 > 10111100 > 01111100 > 00000000 > > C:\c> Keep in mind that the code displays how things are implemented by the specific compiler. For VC++ 2005 Express Beta 1 we get: C:\c>cl /EHsc temp.cpp Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.41013 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. temp.cpp Microsoft (R) Incremental Linker Version 8.00.41013 Copyright (C) Microsoft Corporation. All rights reserved. /out:temp.exe temp.obj C:\c>temp character: ♂ character: Ψ character: A character: character: Ι character: / character: 3 character: character: α character: character: B character: character: ░ character: character: ↕ character: character: < character: ╡ character: @ character: character: ▬ character: character: character: character: ▼ character: character: character: 11 150 65 0 136 47 51 0 152 8 66 0 176 255 18 0 60 181 64 0 22 0 0 0 31 0 0 0 11010000 01101001 10000010 00000000 00010001 11110100 11001100 00000000 00011001 00010000 01000010 00000000 00001101 11111111 01001000 00000000 00111100 10101101 00000010 00000000 01101000 00000000 00000000 00000000 11111000 00000000 00000000 00000000 C:\c> -- Ioannis Vranos http://www23.brinkster.com/noicys