TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:580] Another Newbie



just to be pickey

void main (void) {
        if (book.publisher == "oreilly") {
                buy(book);
        } else {
                pshaw(book);
        }
        return;
}

hehe.. if someone wants to write the rest of the program for this.. i bet it
would be a nice sub-page off of the tclug web page

On 08-Jul-98 Christopher Reid Palmer wrote:
> On Wed, 8 Jul 1998, Clark Whiting wrote:
> 
>> Does anyone know of a good book (manual) that discusses these setups in 
>> detail so that I can work through these problems.
> 
> *Running Linux*, by Lar Kauffman and Matt Welsh, is the book you want.
> 
> main () {
>       if (book == oreilly)
>               buy;
>       else 
>               pshaw;
> }
> 
> _____________________________________________________________________________
> Christopher Reid Palmer : jaymz@acm.cs.umn.edu : innerFire on IRC (EFNet)
> 
> Free Software Special Interest Group : acm.cs.umn.edu/~jaymz/sigfs/
> Digital Media Center : www.umn.edu/dmc/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@listserv.real-time.com
> For additional commands, e-mail: tclug-list-help@listserv.real-time.com
> Try our website: http://tclug.real-time.com

TTYL,
        Ben Kochie (ben@intexp.com)

[{(-----------------------------------------------------------)}]
You can never underestimate the stupidity of the general public. 
                                        -Scott Adams

To the engineer, the world is a toy box full of sub-optimized and
feature-poor toys.
                                        -How to tell an Engineer
[{(-----------------------------------------------------------)}]