home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!spool.mu.edu!agate!ames!sun-barr!cs.utexas.edu!tamsun.tamu.edu!bpb9204
- From: bpb9204@tamsun.tamu.edu (Brent)
- Subject: Re: IO ReDirection in Think C
- Message-ID: <1992Sep12.061719.4937@tamsun.tamu.edu>
- Organization: Texas A&M Univ., Inc.
- References: <yjc-110992221032@b61539.student.cwru.edu>
- Date: Sat, 12 Sep 1992 06:17:19 GMT
- Lines: 18
-
- yjc@po.cwru.edu (Jerome Chan) writes:
- |
- | How does one activate the IO re-direction capabilities of the console
- |package in ANSI library for Think C 5.0.x?
-
- Ex:
-
- #include <Whateverfilesyouneedtoinclude.h>
- #include <console.h>
-
- main( int argc, char * argv[])
- {
- argc = ccommand( &argv);
-
- // continue on here with the argument processing like normal
- }
-
- -Brent
-