X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Bill Cunningham" Newsgroups: comp.os.msdos.djgpp Subject: Re: function question Date: Sun, 4 Apr 2004 09:31:14 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <10703odbeujljb2@corp.supernews.com> References: <106vune1fu63e7a AT corp DOT supernews DOT com> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Complaints-To: abuse AT supernews DOT com Lines: 11 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > all. But that's not your problem at all. That's rather that you're > using the *entirely* wrong standard library function. You didn't > seriously expect the same function (puts) to both output a text and > read user input, did you? > scanf. Is that what I need? I should've known input was needed here. .