[comp.lang.c] Need guide book on C for MSDOS

aeusejvn@csunb.csun.edu (jon nadelberg) (03/15/91)

I am going to be programming in C on IBM PCs.  I was wondering if anyone
could reccomend a good book on programming in C for MSDOS machines.  I
already have a good working knowledge of C, so mostly what I'm interested
in is any sort of guide for use of C with DOS and any tricks or tips that
might be about.  I believe I will be using Microsoft C.

Any help would be appreciated...Thanks!
--
------------------------------------------------------------------------
-   Jon Nadelberg                                                      -
-   aeusejvn@csunb.csun.edu                                            -
------------------------------------------------------------------------

gordon@osiris.cso.uiuc.edu (John Gordon) (03/15/91)

	I would recommend "The Microsoft C Bible" by the Waite Group.

smbrush@lims03.lerc.nasa.gov (ANDREW BRUSH) (03/19/91)

In article <1991Mar14.183922.26664@csun.edu>, aeusejvn@csunb.csun.edu (jon nadelberg) writes...
>I am going to be programming in C on IBM PCs.  I was wondering if anyone
>could reccomend a good book on programming in C for MSDOS machines.  I
>already have a good working knowledge of C, so mostly what I'm interested
>in is any sort of guide for use of C with DOS and any tricks or tips that
>might be about.  I believe I will be using Microsoft C.
> 
>Any help would be appreciated...Thanks!

How about:

Robert Lafore, The Waite Group's Microsoft C Programming for the PC, 1989,
Howard W. Sams & Company.

My edition only covers up to MSC 5.1, but there may be a newer one.

>--
>------------------------------------------------------------------------
>-   Jon Nadelberg                                                      -
>-   aeusejvn@csunb.csun.edu                                            -
>------------------------------------------------------------------------
Andrew S. Brush             | SMBRUSH@EARTH.lerc.nasa.gov
Sverdrup Technology         | 2001 Aerospace Parkway
NASA LeRC Group             | Brook Park, OH 44142
"Opinions are Mine, Only"   | (216) 826-6770

dgil@pa.reuter.COM (Dave Gillett) (03/19/91)

     If you already know C, what you really need is a good introduction to the
MS-DOS environment.  And although you'd never guess it from the title, Peter
Norton's "Programmer's Guide to the IBM PC" is almost exactly what you want;
the "so how do I access this feature from C?" questions should all be answered
in the compiler manual.
     Wilton's "Programmer's Guide to IBM PC and PS/2 Video Systems" deals with
most of the other non-C questions frequently addressed to comp.lang.c.

                                                       Dave