Re: scanf
- Posted by jbrown105 at speedymail.org May 26, 2002
- 541 views
This is a multi-part message in MIME format. --_----------=_102243760761001 On 0, akusaya at gmx.net wrote: > > Is there a library that can mimic the function > scanf(fileNumber, format, data) in C/C++ ? > > it's opposite of printf > > I could make it but it's better if already avaliable. > > Thanks! > > And thanks for open_dll("") explanation from > Elliott Sales de Andrade <quantum_analyst at hotmail.com> > Ray Smith <smithr at ix.net.au> > Martin Stachon <martin.stachon at worldonline.cz> > jbrown105 at speedymail.org > No, there is no scanf() in Euphoria. You could take a look at get.e, which may serve your purpose. Also included was my failed attempt to emulate scanf() and sscanf() in Euphoria. jbrown -- http://fastmail.fm - Taking the "ail" out of email! --_----------=_102243760761001 Content-Disposition: attachment; filename="scanf.e"