Date: Tue, 4 May 1999 11:06:44 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: OmniMeta cc: djgpp AT delorie DOT com Subject: Re: Why printf of stdio.h don't work ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 3 May 1999, OmniMeta wrote: > here, sttr is a char* and col a int > what's wrong ? > > gotoxy(40-strlen(sttr)/2,col); > printf("%s",sttr); Direct screen access and printf don't mix well. See section 9.4 of the DJGPP FAQ list for more details.