Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: simple C
- To: tlug@example.com
- Subject: Re: tlug: simple C
- From: Jim Schweizer <schweiz@example.com>
- Date: Fri, 27 Feb 1998 10:18:56 +0900 (JST)
- Content-Transfer-Encoding: 8bit
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <Pine.LNX.3.96.980227095113.10121Q-100000@example.com>
- Organization: JPS Solutions
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
Hi all, On 27-Feb-98 Scott Stone wrote: >Your ascii table is wrong. I think you want #28. Here's a >simple c program that generates an ascii table for you: There's gotta be something wrong with my machine. The output of that table is: <snip> 12 = ^L 14 = 15 = 16 = 17 = 18 = 19 = 20 = 21 = 22 = 23 = 24 = 25 = 26 = 27 = 28 = 29 = <snip> I'm using gcc version 2.7.2. Is it time to upgrade? A slightly different table generator: #include <stdio.h> void main() { unsigned char a; for(a=1;a<255;a=a+1) printf(" '%c' = '%3i'\t",a,a); } yields a table that's blank up to 32 and I don't even see a pi sign (although I do get 'ã' = '227'). BTW the C book I got the table out of says #28 is ^\ (is there some difference between DOS and U*IX?) sign me 'still confused'. Thanks, Jim S. --------------------------------------------------------------- Next TLUG Nomikai: 11 March Wed 1998 Tengu TokyoEkiMae 19:30 Chuo-ku, Kyobashi 1-1-6, EchiZenYa Bld. B1/B2 03-3275-3691 Next TLUG Meeting: 11 April 1998 Saturday, Tokyo Station Featuring Tague Griffith of Netscape i18n talking on source code --------------------------------------------------------------- a word from the sponsor: TWICS - Japan's First Public-Access Internet System www.twics.com info@example.com Tel:03-3351-5977 Fax:03-3353-6096
- Follow-Ups:
- Re: tlug: simple C
- From: Scott Stone <sstone@example.com>
- Re: tlug: simple C
- From: Tim Meggs <tim@example.com>
- References:
- Re: tlug: simple C
- From: Scott Stone <sstone@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: tlug: s'up?
- Next by Date: Re: tlug: simple C
- Prev by thread: Re: tlug: simple C
- Next by thread: Re: tlug: simple C
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links