home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!rpi!batcomputer!munnari.oz.au!uniwa!uniwa!nfm
- From: rmascaro@uniwa.uwa.edu.au (Robert Mascaro)
- Newsgroups: comp.os.msdos.programmer
- Subject: Borland C++'s printf
- Date: 25 Jan 1993 12:09:23 +0800
- Organization: The University of Western Australia
- Lines: 12
- Message-ID: <1jvp5jINNe3q@uniwa.uwa.edu.au>
- NNTP-Posting-Host: uniwa.uwa.edu.au
- X-Newsreader: Tin 1.1 PL5
-
- I am not sure that this is the right group but here goes.
- I am writing a TSR using C++ (borland's) and are having trouble with the
- printf statement. I am outputing integer variables to the screen and
- need a printf("%i",x) etc statement. The problem is that it crashes at
- the point of output each time. I have tryed a "cputs" to test the
- problem and this works fine, however any printf statement will crash the
- machine.
- As background, the TSR I mentioned makes a clock tick on the screen
- while using DOS.
- Any suggestions, advice??
- Thanks in advance,
- Rob.
-