From: dabrownz AT mindspring DOT com Newsgroups: comp.os.msdos.djgpp Subject: Centering printf text on a 80 column screen Date: Wed, 09 Apr 1997 01:18:05 GMT Organization: MindSpring Enterprises Lines: 5 Message-ID: <334aed58.5263168@news.mindspring.com> Reply-To: dabrownz AT mindspring DOT com NNTP-Posting-Host: 38.12.161.67 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp How do you center printf text on a DOS screen? I can't find anyway to do this other than using tabs and spaces (very annoying). What is the 'correct' way to do it? Do I have to use 'cprintf' or some other keyword or include another library? I'd would really appriciate any help, Thanks.