Re: File handling
- Posted by Einar Mogen <nord.staernes at ROLLAG.MAIL.TELIA.COM> Jun 07, 1998
- 661 views
>Besides, if you're using a GUI a system() call will flicker the screen. When you call system, one of the parameters passed is a flag telling whether you want screen output or not. So the screenflicker can be avoided. (am I right?) Einar