Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tlug: simple C



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



Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links