On Tue, 24 Jun 2003, Sebastian Voges wrote:

> I guess depending on the compiler it interprets '??/' as a'\' from:
> http://www.gotw.ca/gotw/086.htm

Depending on the compiler, it may also depend on a compiler switch.

camelot:~> g++ test.c
camelot:~> ./a.out
2
camelot:~> g++ test.c -trigraphs
camelot:~> ./a.out
1

-- 
-----------------------------------------------------------------------
Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/
Software Developer  //  Gamer  //   Webmaster  //  System Administrator
If man did not exist, God's job would be easier.

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to