> >main () { > if (book == oreilly) > buy; > else > pshaw; >} > I'm sure you really meant: int main( ) { if ( book == oreilly ) { buy(); } else { pshaw(); } return 0; } /* ;-) */ PS: Don't forget to run lint. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com