home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!sun-barr!cs.utexas.edu!torn!watserv2.uwaterloo.ca!watdragon.uwaterloo.ca!drraymon
- From: drraymon@watdragon.uwaterloo.ca (Darrell Raymond)
- Subject: Re: New Employee Test
- Message-ID: <By0qLE.D3z@watdragon.uwaterloo.ca>
- Organization: University of Waterloo
- References: <assist.721943530@orion.oac.uci.edu> <mg.722138129@tyrolia>
- Date: Fri, 20 Nov 1992 14:22:25 GMT
- Lines: 15
-
- In article <mg.722138129@tyrolia>, mg@tyrolia (Michael Golan) writes:
- > wbader@pluto.csee.lehigh.edu (William Bader) writes:
- >
- > >Where I work, we ask people to write a short program that breaks a line
- > >into words.
- >
- > Ah, but can they use strtok() ?
-
- Or how about just
-
- tr ' ' '\012'
-
- :-)
-
- -Darrell.
-