Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]tlug: simple C
- To: tlug@example.com
- Subject: tlug: simple C
- From: Jim Schweizer <schweiz@example.com>
- Date: Fri, 27 Feb 1998 00:46:21 +0900 (JST)
- Content-Transfer-Encoding: 8bit
- Content-Type: text/plain; charset=us-ascii
- Organization: JPS Solutions
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
Hi all, I made the mistake of opening one of those dusty C books tonight to experiment with some ASCII. Now I'm really confused. Suppose I have a head.h with: ----------------------------------- schweiz:~/devel/C/scratch$ less head.h /* This is my li'l header file. */ #define CONFUSED 227 ----------------------------------- and a test file with: ----------------------------------- schweiz:~/devel/C/scratch$ less htest1.c #include <stdio.h> #include "head.h" void main() { printf("this guy is confused: %c\n",CONFUSED); } ----------------------------------- and I compile it with gcc htest1.c -ohtest1 but I get: schweiz:~/devel/C/scratch$ htest1 this guy is confused: ã *********** What I see is an 'a' with a tilde over it, not the pi sign my ASCII table says I should be getting... Grrrr, how aggrevating - what am I doing wrong? Thanks, Jim S. ---------------------------------- Jim Schweizer <schweiz@example.com> If you didn't get caught, did you really do it? http://www1.harenet.or.jp/~schweiz/ ---------------------------------- --------------------------------------------------------------- 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: Manuel Chakravarty <chak@example.com>
- Re: tlug: simple C
- From: Tim Meggs <tim@example.com>
Home | Main Index | Thread Index
- Prev by Date: tlug: memory for server
- Next by Date: Re: tlug: TLUG server Linux distribution
- Prev by thread: tlug: memory for server
- Next by thread: Re: tlug: simple C
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links