Re: Two things:
- Posted by Irv Mullins <irv at ELLIJAY.COM> Jan 24, 1999
- 547 views
On Sun, 24 Jan 1999 16:59:57 +-900, Michael Sabal <mjs at OSA.ATT.NE.JP> wrote: >[Irv's create and delete] > > Is there any reason you need to even create the fourth element? If > not, then you can avoid the whole deletion process by simply not adding it in the > first place. For example: Ummm... the list is of undetermined length. In reality it would be a graphic image with several thousands of points. >[Linux question] > > I've been pinpointing some of the seg faults in attempted ports of > Euphoria to Linux, and thinking of trying to add screen or graphics functions. > One problem: conio.h that I'm used to using in DOS doesn't exist in Linux. And > there's no information about screen or graphics routines in the GCC manual at > Sun's web site. I've looked at termios.h, but it's mostly hardware data with no > recognizable I/O routines. Does anybody know any more about this? > Take a look at SVGALIB - it comes with most Linux distros. Irv