Re: Parallellllll ports

1998-08-25 Thread Michele Bini
On Sat, 22 Aug 1998, James wrote: > #include > > can a parallel port transmit data at 2.8 Mega bits per second? And if it can't, No. (At least not common ones). > is there some hole on the back of my pc that does [we have: serial ports, > printer, joystick/midi and that's about it] > Using

Re: Stat

1998-08-25 Thread mlists
On Sat, 22 Aug 1998, James wrote: > i'm trying to use stat() to find out a file's size. So far i have : > > /* Start Of Code */ > #include > #include > #include > > int main (void) > { > int status; > struct stat *buf; > > status = stat ("/root/.procmailrc", buf); >

Re: EGG ROLLS!

1998-08-25 Thread James
On Mon, 24 Aug 1998 [EMAIL PROTECTED] wrote: -Are you tired of eating the same old american left overs? -TRY OUR BEAUTIFUL ORIENTAL DISHES AT CATHAY PEARL! - - 508-379-1188 - i live in the UK, do i get full refund if it's cold :) -- [EMAIL PROTECTED]

Re: Stat

1998-08-25 Thread Jesse Off
On Sat, 22 Aug 1998, James wrote: > i'm trying to use stat() to find out a file's size. So far i have : > > /* Start Of Code */ > #include > #include > #include > > int main (void) > { > int status; > struct stat *buf; > > status = stat ("/root/.procmailrc", buf); >

Re: Images in C

1998-08-25 Thread Augusto Cesar
check the XPM image format, a xpm image file is a c source code. little example: /* XPM */ static char *PanelXpm[] = { "471 260 348 2", " c None", ". c #FF6600", "+ c #FE6500", more data ... ". . . . . . . "}; I don't know where you can find xpm format doc's, but it is

Stat

1998-08-25 Thread James
i'm trying to use stat() to find out a file's size. So far i have : /* Start Of Code */ #include #include #include int main (void) { int status; struct stat *buf; status = stat ("/root/.procmailrc", buf); /* don't ask why i'm using my procmailrc, it's the firs

Parallellllll ports

1998-08-25 Thread James
#include can a parallel port transmit data at 2.8 Mega bits per second? And if it can't, is there some hole on the back of my pc that does [we have: serial ports, printer, joystick/midi and that's about it] (to sort of bring it back on topic) if it can, i need to make it transmit at that speed

Re: Images in C

1998-08-25 Thread Ibrahim F Haddad
Hello, In the September Issue of "Linux Journal" (issue #53), there is an article "Developing Imaging Applications with XIE" which "illustrates how to add image support to a simple application. Assumptions of the article: 1. being comfortable reading C code 2. " " with Xt develop

remove

1998-08-25 Thread Corne van Biljon
remove

Re: Namespace pollution and static variables

1998-08-25 Thread Michele Bini
On Thu, 20 Aug 1998, Jor-el wrote: > Hi, > > From the book 'Linux Device Drivers' by Alessandro Rubini : > > "... The best approach to prevent namespace pollution is to declare > all your symbols as static and to use a well-defined prefix for the > symbols you leave as global." > >

Re: Soundcards...

1998-08-25 Thread Michele Bini
On Fri, 21 Aug 1998, James wrote: > On Fri, 21 Aug 1998, luser wrote: > > -/dev/dsp is also locked when a process has openned it for read > -or write (or both ?) so one only process may use it. > > not with my card, if i have 2 VTs running i can play an mpeg on one, and What card do you have