From: "Hein" Newsgroups: comp.os.msdos.djgpp Subject: problem with gets Date: 10 Nov 1997 12:32:21 GMT Organization: Global Internet Access Lines: 14 Message-ID: <01bcecfb$03800800$964c58d1@p133> NNTP-Posting-Host: syn11.anx3.riva.gia.net.za To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi all Using DJGPP V2 and Rhide. Problem is: in my main function I'm calling on other functions which uses gets to get user input. it compiles fine but when it is run it skips some of the gets comands, although they all use exactly the same commands. Ive used fflush to clear the keyboard buffer. Any help will be greatly appreciated Regards Heinrich