Path: utzoo!attcan!uunet!ns-mx!vaxa.weeg.uiowa.edu From: cmdglv@vaxa.weeg.uiowa.edu (Mark Gleaves) Newsgroups: comp.sys.ibm.pc.programmer Subject: (fairly minor) bug in Microsoft C V6 Keywords: Microsoft C V6, bug Message-ID: <1829@ns-mx.uiowa.edu> Date: 11 Jul 90 14:31:09 GMT Sender: news@ns-mx.uiowa.edu Reply-To: cmdglv@vaxa.weeg.uiowa.edu Organization: Center for Health Effects of Environmental Contamination Lines: 28 Here's a fun little bug that I just discovered in Microsoft C V6.0. When I run the following program: #include void main() { printf("Question marks: '??'"); } I get the following output: Question marks: '^ It's not quite what I expected. And it breaks a whole series of programs I have that use quoted question marks within strings :( P.S., Does anybody else out there resent being patronized, belittled, and disbelieved when they try to report a bug to Microsoft Technical Support? ******************************************************************************* Mark Gleaves Phone: (319)335-9780 Center for Health Effects of Fax: (319)335-9200 Environmental Contamination Internet: cmdglv@vaxa.weeg.uiowa.edu SHRI, S-112 Westlawn Bitnet: cmdglvva@uiamvs.bitnet University of Iowa Iowa City, IA 52246 "Hurrah, boys, we've got them!" USA - George A. Custer, June 25, 1876. *******************************************************************************