home *** CD-ROM | disk | FTP | other *** search
/ POINT Software Programming / PPROG1.ISO / c / snippets / resource.lst < prev    next >
File List  |  1995-03-17  |  18KB  |  504 lines

  1. The following messages are a list of resources that I've put
  2. together from recommendations in this echo.  These include books,
  3. magazines and compiler vendors.
  4.  
  5. The format for book entries is as follows:
  6.  
  7. Author _Title_, ISBN, Publisher, Year, List Price (Comments --
  8.   Recommmended-By)
  9.  
  10. Prices are in $US unless otherwise specified.  Where a book has been
  11. recommended by multiple persons, I've left off the names that don't
  12. have comments.  Books are in alpha order by author's last name, or
  13. title if the author is unknown or unattributed.  When there is more
  14. than one ISBN or price, the following suffixes will be used:
  15.  
  16. .p -- paperback
  17. .h -- hardback
  18. .d -- with disk
  19.  
  20. Magazine information includes the name of the magazine and the address
  21. and subscription rates, if I have them.
  22.  
  23. I cannot list information I do not have.  It is possible that some
  24. information may be missing for a particular book.  Comments are
  25. condensed from the messages I got the recommendation from and may or may
  26. not accurately describe the book.   Lest they take over C_ECHO, any and
  27. all additions/corrections/suggestions should be sent to me netmail at
  28. 1:106/2000.25 or 1:106/1393.  - J-Mag Guthrie
  29.  
  30. [DISCLAIMER:  I make no promises real or implied as to the usefulness of
  31. any of the books here listed.  The reason for the 'recommended by' is
  32. to give you some idea of who thought the book was good so you can find
  33. books that are recommended by folks whose messages make particular sense
  34. to you.  (Or folks who forgot to mention author/ISBN/publisher/price so
  35. you can harass them.)  These people are not in any position to promise
  36. you anything, either.]
  37.  
  38.  
  39. /* Beginning of book list - last updated 30 Apr 1994 */
  40.  
  41.  
  42. Abramowitz, Milton and Stegun, Irene  _Handbook of Mathematical
  43.   Functions_, 0-486-61272-4, Dover Publications, 1972, $21.95 (Bob
  44.   Jarvis)
  45.  
  46. Abrash, Michael _Power Graphics Programming_, 0-88022-500-9, QUE, 1989
  47.   (out of print)
  48.  
  49. _Advanced C Programming_, Brady Publishing Group
  50.  
  51. Aho, Sethi, and Ullman _Compilers: Principles, Techniques, and Tools_,
  52.   0-201-10088-6, Addison Wesley, 1986 (the "dragon book")
  53.  
  54. Atkinson and Atkinson _Using Borland C++_, QUE (Steven Owen)
  55.  
  56. Banahan, Mike _The C Book_ (Tom Donahue)
  57.  
  58. Bennett, J. P. _Introduction to Compiling Techniques -- A First Course
  59.   Using ANSI C, Lex and Yacc_, 0-07-707215-4, McGraw Hill, 1990
  60.  
  61. Bentley, Jon, _More Programming Pearls - Confessions of a Coder_,
  62.   0-201-11889-0, Addison-Wesley, 1990, $18.25
  63.  
  64. Bentley, Jon _Programming Pearls_, 0-201-10331-1, Addison-Wesley, 1986,
  65.   $18.25
  66.  
  67. Bentley, Jon _Writing Efficient Programs_
  68.  
  69. Booch, Grady  _Object Oriented Design with Applications_, 0-8053-0091-0,
  70.   Benjamin/Cummings Publishing, 1991
  71.  
  72. Brooks, Fred  _The Mythical Man-Month: Essays on Software Engineering_,
  73.   0-201-00650-2, Addison-Wesley, 1975
  74.  
  75. Brown, Ralf and Kyle, Jim, _PC Interrupts_, 0-201-57797-6, Addison-
  76.   Wesley, 1991, $32.95
  77.  
  78. Campbell, Joe  _C Programmer's Guide to Serial Communications_,
  79.   0-672-22584-0, Howard W. Sams & Co, 1987, $26.95 (Does not talk about
  80.   RTS/CTS handshaking [which is] vital for creating a modern terminal
  81.   program. -- Jon Guthrie)
  82.  
  83. Davis, Stephen R. _Hands-On Turbo C++_, 0-201-57052-1, Addison-Wesley
  84.   (Daniel Lo)
  85.  
  86. _DOS Programmer's Reference, 3rd Edition_ 0-88022-790-7, Que (Robert
  87.   Johnstone)
  88.  
  89. Donnely and Stallman _The Bison Manual_, (part of the on-line
  90.   distribution of FSF's Bison, a reimplementation of yacc.)
  91.  
  92. Duncan, Ray; Petzold, Charles; Shulman, Andrew; Baker, M. Steven;
  93.   Nelson, Ross P.; Davis, Stephen R.; Moote, Robert _Extending DOS_,
  94.   0-201-56798-9, Addison-Wesley, 1992, $26.95
  95.  
  96. Ellis, Margaret and Stroustrup, Bjarne  _The Annotated C++ Reference
  97.   Manual_, 0-201-51459-1, Addison-Wesley, 1990, (Bob Jarvis)
  98.  
  99. Fischer, Charles N. and LeBlanc, Richard J. _Crafting a Compiler_,
  100.   0-8053-3201-4, Benjamin Cummings Publishing, 1988 (There is a later
  101.   edition called _Crafting a Compiler in C_ -- Clayton Weaver)
  102.  
  103. Gorlen, Keith E.; Orlow, Sanford M.; and Plexico, Perry S. _Data Abstraction
  104.   and Object-Oriented Programming in C++_, 0-471-92346-X, John Wiley &
  105.   Sons, 1990 (Bob Stout)
  106.  
  107. Ferraro, Richard _The Programmer's Guide to the EGA and VGA Cards, 2nd
  108.   Edition_ 0-201-57025-4, Addison Wesley, $34.95, CAN$44.95
  109.  
  110. Foerster, Scott _The Printer Bible_, 0-88022-512-2, QUE Books, 1990,
  111.   $24.95, CAN$31.95, UK#22.95
  112.  
  113. Goodwin, Mark _Serial Communications in C and C++_, MIS Press, $29.95,
  114.   $49.95d
  115.  
  116. Goodwin, Mark _User Interfaces in C and C++_, 1-55828-224-6
  117.  
  118. Hekmatpour, Sharam _C++ - A Guide for C Programmers_, 0-13-109471-8,
  119.   Prentice Hall, 1990
  120.  
  121. Harbison, Samuel P. and Steele, Guy L. Jr. _C, a Reference Manual (third
  122.   edition)_, 0-13-110933-2, Prentice Hall, 1991
  123.  
  124. Hendrix, James E. _The Small-C Compiler, 2nd Edition_ 0-934375-88-7,
  125.   0-934375-97-6.d, M&T Books
  126.  
  127. Hogan, Thom  _The Programmer's PC Sourcebook (Second Edition)_,
  128.   1-55615-321-X, Microsoft Press, 1991, $39.95
  129.  
  130. Holmes, Michael and Flanders, Bob _C++ Communications Utilities_ $29.95
  131.  
  132. Holub, Allen _Compiler Design in C_, 0-13-155045-4, Prentice Hall, 1990
  133.  
  134. Horton, Mark R. _Portable C Software_, 0-13-868050-7, Prentice Hall,
  135.   1990 (Bob Stout)
  136.  
  137. James, Geoffrey _The Tao of Programming_, 0-981137-07-01-795
  138.  
  139. Jamsa, Kris _Jamsa's 1001 C/C++ Tips_, 0-9635851-2-6, Jamsa Press,
  140.   1993, $39.95 (contains source on 3.5" disk -- Mike Demski)
  141.  
  142. Jourdain, Robert and The Peter Norton Computing Group _The Programmer's
  143.   Problem Solver_
  144.  
  145. Kay, David C., and Levine, John R. _Graphics File Formats_
  146.   0-8306-3059-7.p, 0-8306-3060-0.h, Tab/Windcrest/McGraw-Hill, 1992
  147.   (primarily a file format reference and does not give programming
  148.   examples -- David Harmon)
  149.  
  150. Kernighan, Brian W. and Ritchie, Dennis M. _The C Programming Language_
  151.   0-13-11-163-3, 0-13-110362-8, Prentice Hall (two editions, informally
  152.   K&R and K&R2)
  153.  
  154. Knuth, Donald _The Art of Computer Programming: Vol. 1, Fundamental
  155.   Algorithms, Second Edition_ Addison Wesley, 1973, $49.50
  156.  
  157. Knuth, Donald _The Art of Computer Programming: Vol. 2, Seminumerical
  158.   Algorithms, Second Edition_, Addison Wesley, 1981, $49.50
  159.  
  160. Knuth, Donald _The Art of Computer Programming: Vol. 3, Sorting and
  161.   Searching_, Addison Wesley, 1973, $49.50 (Knuth is a Vulcan -- Terry
  162.   Carmen)
  163.  
  164. Kosko, Bert _Neural Networks and Fuzzy Systems: A Dynamical Systems
  165.   Approach to Machine Intelligence_, 1992, $56.95 (2 Disks -- Eric Ford)
  166.  
  167. Koenig, Andrew _C Traps and Pitfalls_, 0-201-17928-8
  168.  
  169. LaFore, Robert _Turbo C, Programming for the PC_ Waite Group (Ray
  170.   Parker)
  171.  
  172. Lapin, J.E. (pseudonym) _Portable C and Unix System Programming_,
  173.   0-13-686494-5, Prentice-Hall, 1987 (Bob Stout)
  174.  
  175. Leblanc, Gerard _Maîtrise de Turbo C_, Eyrolles Editions (in French --
  176.   Francis Peree)
  177.  
  178. Levine, John R.; Mason, Tony and Brown, Doug _Lexx & Yacc, 2nd Edition_,
  179.   1-56592-000-7, O'Reilly and Associates, 1992, $29.95
  180.  
  181. Lewine, Donald _POSIX Programmer's Guide_, 0-937175-73-0, O'Reilly &
  182.   Associates, Inc., 1991, $34.95
  183.  
  184. Lindley, Craig A. _Practical Image Processing in C_, 0-471-54377-2 (Joe
  185.   Angert)
  186.  
  187. Mayer, Bertrand _Object-oriented Software Construction_, 0-13-629049-3,
  188.   Prentice Hall (Mike Taylor)
  189.  
  190. McCord, James W. _C Programmer's Guide to Graphics_, 0-672-22784-3, SAMS,
  191.   $29.95, $37.95 CAN (Branko Dragicevic)
  192.  
  193. McGregor, John and Sykes, David  _Object-Oriented Software Development:
  194.   Engineering Software for Reuse_, 0-442-00157-6, Van Nostrand Reinhold,
  195.   1992 (Bob Jarvis)
  196.  
  197. _Microsoft MS-DOS Programmer's Reference_, 1-55615-329-5, Microsoft
  198.   Press, 1991, $24.95 (Bob Jarvis)
  199.  
  200. Nance, Barry _Network Programming in C_, Que Books (Steve Cox)
  201.  
  202. Nelson, Mark _The Data Compression Handbook_, 1-55851-214-4,
  203.   1-55851-216-0 M&T Books, $29.95, $36.95.d  (Oliver Reubens)
  204.  
  205. Norton, Peter and Wilton, Richard _The NEW Peter Norton Programmer's
  206.   Guide to the IBM PC & PS/2_, 1-55615-131-4, Microsoft Press
  207.  
  208. Oualline, Steven _Advanced C Programming_, 0-13-663170-3, Brady
  209.   Publishing
  210.  
  211. Oualline, Steven _Practical C Programming_, 0-937175-65-X, O'Reilly &
  212.   Associates (David Gersic)
  213.  
  214. Perry, Greg and Johnson, Marcus _Turbo C++ By Example_ 0-88022-812-1,
  215.   Que
  216.  
  217. Perry, Paul J. _C for Rookies (A Guide for the Programmer "Wanna-Be")_
  218.   1-56529-280-4, QUE, $19.95 (includes diskette -- Brett Cammack)
  219.  
  220. Petzold, Charles _Programming Windows 3.1_, 1-55615-395-3, MicroSoft
  221.   Press
  222.  
  223. Plauger, P. J. _The Standard C Library_, 0-13-131509-9, Prentice Hall,
  224.   1992
  225.  
  226. Plauger, P. J. _Standard C: Programmer's Quick Reference_,
  227.   1-55615-158-6, Microsoft Press, 1989, $7.95
  228.  
  229. Press, William H.; Flannery, Brian P.; Teukolsky, Saul A.; and
  230.   Vetterling, William T., _Numerical Recipes: The Art of Scientific
  231.   Computing_, 0-521-30811-9, Cambridge University Press, 1986
  232.  
  233. Press, William et. al.  _Numerical Recipes in C_ (the C version of the
  234.   above -- J-Mag)
  235.  
  236. Qualline, Steve _C Elements of Style_ 1-55851-291-8, M&% Books
  237.  
  238. Radcliffe, Robert _Encyclopedia C_ 0-89588-655-3 (Microsoft C specific)
  239.  
  240. Remer, Daniel and Dunaway, Robert _Legal Care for Your Software (4th
  241.   Edition)_,  87337-037-6, RDS Publishing Company, $39.95
  242.  
  243. Rimmer, Steve _Bit-Mapped Graphics_, 0-8306-3558-0, Windcrest/McGraw-
  244.   Hill
  245.  
  246. Rimmer, Steve _Supercharged Bit-Mapped Graphics_, 0-8306-3788-5,
  247.   Windcrest/McGraw-Hill
  248.  
  249. Rose, Charles G. _Programmer's Guide to NetWare_, 0-07-607029-8,
  250.   Mcgraw-Hill
  251.  
  252. Salone, M. J. _How to Copyright Software_, NOLO Press. (George Milliken)
  253.  
  254. Schildt, Herbert _Advanced C_, 0-07-881348-4, Osborne McGraw-Hill,
  255.   $21.95
  256.  
  257. Schildt, Herbert _Annotated ANSI C Standard_, Osborne McGraw-Hill,
  258.   $39.95  (Contains the full standard, along with further explanation --
  259.   Thad Smith)
  260.  
  261. Schildt, Herbert _ANSI C Made Easy_, 0-07-881500-2, Osborne McGraw-Hill,
  262.   $19.95
  263.  
  264. Schildt, Herbert _ANSI C Made Easy (Spanish)_, 84-76156030, Osborne
  265.   McGraw-Hill
  266.  
  267. Schildt, Herbert _Artificial Intelligence Using C_, 0-07-881255-0,
  268.   Osborne McGraw-Hill, $24.94
  269.  
  270. Schildt, Herbert _The Art of C_, 0-07-881-691-2.d, Osborne-McGraw-Hill,
  271.   1991, $39.95.d
  272.  
  273. Schildt, Herbert _Born to Code in C_, 0-07-881468-5, Osborne
  274.   McGraw-Hill, $28.95
  275.  
  276. Schildt, Herbert _C: The Pocket Reference_, 0-07-881321-2, Osborne
  277.   McGraw-Hill, $5.95
  278.  
  279. Schildt, Herbert _C: The Pocket Reference (Spanish)_, 84-76152175,
  280.   Osborne McGraw-Hill
  281.  
  282. Schildt, Herbert _C: Power User's Guide_, 0-07-881307-7, Osborne
  283.   McGraw-Hill, $22.95
  284.  
  285. Schildt, Herbert _C: Power User's Guide (Spanish)_, 84-76153813, Osborne
  286.   McGraw-Hill
  287.  
  288. Schildt, Herbert _C: The Complete Reference_, 0-07-881538-X, Osborne
  289.   McGraw-Hill, $28.95
  290.  
  291. Schildt, Herbert _C++: The Complete Reference_, 0-07-881654-8, Osborne
  292.   McGraw-Hill, $29.95
  293.  
  294. Schildt, Herbert _Teach Yourself C_, 0-07-881596-7, Osborn McGraw-Hill,
  295.   $19.95
  296.  
  297. Schildt, Herbert _Turbo C++: The Complete Reference_, 0-07-881535-5,
  298.   Osborne McGraw-Hill, $29.95
  299.  
  300. Schildt, Herbert _Using Turbo C++_, 0-07-881610-6, Osborne McGraw-Hill,
  301.   $24.95
  302.  
  303. Schulman, Andrew, et al.  _Undocumented DOS_, 0-201-570649-5, Addison Wesley,
  304.   1990, $39.95 (one portion of..."et al."...Ralf Brown -- Brian
  305.   Dunworth)
  306.  
  307. Schwaderer, David _C Programmer's Guide to NETBIOS_ (Dimitri Van de
  308.   Ville)
  309.  
  310. Sedgewick, Robert _Algorithms in C_, 0-201-51425-7, Addison-Wesley,
  311.   1990
  312.  
  313. Selby, Samual M. _Standard Mathematical Tables_, The Chemical Rubber
  314.   Company, 1970
  315.  
  316. Shlaer, Sally and Mellor, Stephen  _Object Lifecycles : Modeling the
  317.   World in States_, 0-13-629940-7, Yourdon Press, 1992 (Bob Jarvis)
  318.  
  319. Shlaer, Sally and Mellor, Stephen  _Object-Oriented Systems Analysis :
  320.   Modeling the World in Data_, 0-13-629023-X, Yourdon Press, 1988 (Bob
  321.   Jarvis)
  322.  
  323. Schreiner, Axel T. and Friedman, H. George, Jr. _Introduction to
  324.   Compiler Construction with UNIX_, Prentice-Hall, 1985 (contains
  325.   numerous typos -- Richard Hash rgh@shell.com)
  326.  
  327. Stevens, Al _C Database Development, 2nd Ed._, 1-5528-135-5, MIS Press,
  328.   $24.95, $49.95.d
  329.  
  330. Stevens, Al _Extending Turbo C Professional_
  331.  
  332. Stevens, Al _Turbo C Memory Resident Utilities, Screen I/O and
  333.   Programming Techniques_, 0-943518-35-0, MIS Press
  334.  
  335. Stoltz, Axel _The Soundblaster Book_ 1-55755-164-2, Abacus, 34.95,
  336.   CAN$44.95
  337.  
  338. Straker, David _C Style: Standards & Guidelines_ 0-13-116898-3,
  339.   Prentice-Hall
  340.  
  341. Stroustrup, Bjarne _The C++ Programming Language - 2nd Edition_
  342.   (more current than the ARM, but less official -- Bob Stout)
  343.  
  344. _Supercharged Bitmapped Graphics_ TAB books (Jim Mooney)
  345.  
  346. Swan, Tom _Learning C++_, 0-672-22785-1, SAMS, 1991 (Comes with working
  347.   demo version of Zortech C++ -- Bram Smits)
  348.  
  349. Swan, Tom _Mastering Borland C++_, 0-672-30274-8, SAMS, 1992,
  350.   $39.95d (ANSI C, C++, extensive examples and answers for the
  351.   exercises -- Scott Remick)
  352.  
  353. Tisher, Michael _PC Intern_, 1-55755-145-6 ( Patrick Tousignant)
  354.  
  355. Tondo, Clovis L.; Nathanson, Andrew and Yount, Eden _Mastering Make_,
  356.   0-13-554619-2, Prentice Hall, 1992, $25.75
  357.  
  358. Traister, Robert J  _Mastering C Pointers_, 0-12-697408-X, Academic
  359.   Press, 1990 (Tom Donahue)
  360.  
  361. Tremblay, J. P. and Sorensen, P. G. _The Theory and Practice of Compiler
  362.   Writing_, McGraw-Hill, 1985  (Heavy reading -- Clayton Weaver)
  363.  
  364. Van Wyk, Christopher J. _Data Structures and C Programs_,0-201-16116-8,
  365.   Addison-Wesley (David Gersic)
  366.  
  367. Voss, Greg and Chui, Paul (unknown title), 0-07-881526-6,
  368.   Borland/Osborne/McGraw Hill (a C++ tutorial -- Phil Sharp)
  369.  
  370. Watson, Des, _High-Level Languages and Their Compilers_, Addison-Wesley,
  371.   1989
  372.  
  373. _The Waite Group's Essential Guide to ANSI C_, 0-672-22673-1, Howard W.
  374.   Sams, 1989, $7.95, (out of print but worth searching for - the best
  375.   pocket-sized C handbook available -- Bob Stout)
  376.  
  377. _The Waite Group's New C Primer Plus_, 0-672-22687-1 (Dale Furneaux)
  378.  
  379. Waite and Prata, _C:  Step by Step_, 0-672-22651-0
  380.  
  381. Waite, W. M. and Goos, G. _Compiler Construction_
  382.  
  383. Wiener, Richard and Pinson, Lewis  _An Introduction to Object-Oriented
  384.   Programming and C++_, 0-201-15413-7, Addison-Wesley, 1988 $31.68 (Bob
  385.   Jarvis)
  386.  
  387. Wilton, Richard  _Programmer's Guide to PC & PS/2 Video Systems_,
  388.   1-55615-103-9, Microsoft Press, 1987, $24.95
  389.  
  390. Young, Michael J. _System Programming in Microsoft C_, Sybex (Nhan Tran)
  391.  
  392.  
  393. /* End of book list */
  394.  
  395.  
  396. /* Begin magazine list */
  397.  
  398.  
  399. DDJ  (Dr. Dobbs Journal)
  400. P.O. Box 56188
  401. Boulder, CO 80322-6188
  402. U.S.A.
  403. Canada & Mexico: $45/yr (surface)
  404. Other countries: $70/yr (air)
  405. Domestic (US): #29.97/yr
  406.  
  407. The C Users Journal
  408. 1601 W. 23rd St., Suite 200
  409. Lawrence, KS 66046-9950
  410. US discount rate: $29.95/yr
  411. Canada/Mexico: $54/yr
  412. Other countries: $65/yr (air)
  413.  
  414. C++ Report
  415. Subscriber Services, Dept CPR
  416. P.O. Box 3000
  417. Denvill NJ 07834-9979
  418. Domestic US: $69/yr
  419. Foreign & Canada: $94/yr (air)
  420.  
  421. AI Expert
  422. P.O. Box 51241
  423. Boulder, CO 80321-1241
  424. US discount rate: $32/yr (basic rate: $42)
  425. Canada/Mexico: $32+$6/yr
  426. Other countries: $32 +15/yr (surface) or +40/yr (air)
  427.  
  428. PC Techniques
  429. 7721 E. Gray Road, Suite 204
  430. Scottsdale, AZ 85260
  431.  
  432.  
  433. /* End magazine list */
  434.  
  435.  
  436. /* Begin support phone list */
  437.  
  438.  
  439. Borland (Turbo C/C++, Borland C/C++)
  440.   Customer Service:
  441.        Customer Service (all products)              408-461-9000
  442.            (7am-4pm PT Monday-Friday)
  443.        Order Desk (Credit Card orders only)         800-331-0877
  444.            (7am-4pm PT Monday-Friday)
  445.   Technical Support:
  446.   Technical support for the following products is available from
  447.   6am-5pm PT, Monday-Friday:
  448.        C++                                          408-461-9133
  449.        Paradox Engine for C/C++                     408-461-9133
  450.        Resource Workshop for C/C++                  408-461-9133
  451.        Turbo Vision for C/C++                       408-461-9133
  452.   900-Advisor Line
  453.   When you need a fast response or a more advanced level of
  454.   technical support, you can call the 900-Advisor Line.  Technical
  455.   support for the following products is available from 6am-5pm PT,
  456.   Monday-Friday.  You gain access within one minute.  Each call is
  457.   $2.00 per minute (the first minute is free).
  458.        Borland C++ (Windows)                        900-555-1002
  459.        Borland C++ (DOS)                            900-555-1004
  460.   Other Services:
  461.   The following services are available 7 days a week, 24 hours a
  462.   day.
  463.        Online Automated Support (modem)
  464.            (8 data bits, no parity, 1 stop bit)     408-431-5250
  465.        TechFax (Automated FAX retrieval)            800-822-4269
  466.        Download Bulletin Board System (modem)
  467.            (8 data bits, no parity, 1 stop bit)     408-431-5096
  468.   For more information about the services listed below, you may
  469.   order the appropriate document from our TechFax system by dialing
  470.   800-822-4269.
  471.                                                     TechFax
  472.        Service                                      Document
  473.        Online Automated Support                     9606
  474.        TechFax                                      9652
  475.        Download Bulletin Board System               9604
  476.  
  477. Dunfield Develpment Systems (Micro C)
  478.                 Dunfield Development Systems
  479.                 P.O. Box 31044
  480.                 Nepean, Ontario (Canada)
  481.                 K2B 8S8
  482.  
  483.     VOICE:  (613) 256-5820 [Between 0800-1900 EST please!]
  484.     FAX:    (613) 256-5821 [0800-1900 EST Mon-Fri]
  485.     BBS:    (613) 256-5820 [1900-0800 EST Mon-Fri, All day Sat-Sun]
  486.             (300/1200/2400 Dial '2' when autoattendant answers).
  487.  
  488. Mix Software
  489.         Mix Software
  490.         1132 Commerce Dr.
  491.         Richardson, Tx 75081
  492.  
  493.         Order:  1-800-333-0330
  494.         Tech:   1-214-783-6001
  495.         Fax:    1-214-783-1404
  496.  
  497. Watcom
  498.         Phone:  1-519-886-3700
  499.         BBS:    1-519-884-2103
  500.  
  501.  
  502. /* End support phone list */
  503.  
  504.