home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!van-bc!tradent!lord
- From: lord@tradent.wimsey.bc.ca (Jason Cooper)
- Newsgroups: comp.lang.c
- Subject: ** Ack! Help again! **
- Message-ID: <kaNTwB1w165w@tradent.wimsey.bc.ca>
- Date: Sun, 03 Jan 93 14:07:07 PST
- Organization: TradeNET International Trade Corp.
- Lines: 14
-
- Well, I've solved the previous problem I posted. It wasn't anything
- difficult, really. I am now having trouble with console input. Every
- time I use scanf or gets, and I ask for more than one input of a string
- in a row, like this:
-
- gets(string1)
- gets(string2)
-
- or however that works (the point being they are seperate lines), C will
- skip some of the inputs for apparently no reason at all. Could someboy
- help me out here (oops, someBODY)? I can't seem to find a method of
- inputting strings that won't go and do that to me.
-
- Jason Cooper
-