Thread: Starting DOS Programming

  1. #1
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605

    Starting DOS Programming

    Ok, I want to start programming in DOS, but Im told that I need a compiler that compiled 16-bit DOS .COM files...
    Is this true?
    If so, where might I find one?
    .

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    70
    first, the extension means nothing to the computer, it sees EXE's and COM's the same, its the code inside that counts! a .COM normaly means a single 64k segmant an EXE can really hold an infinant amount, but it depends how its organized! Also! there can be True-16bit-DOS-EXE's a compiler that only does .COM's aint to great of a compiler! But yes, you do need a compiler that outputs 16-Bit DOS code, not jsut Console, console is a whole other story

    -Tootles!
    "...since anyone who is anyone knows C..." -Peter Cellik

  3. #3
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    search www.borland.com
    they give out turbo c 2.01 for free, it compiles 16 apps only.
    PHP and XML
    Let's talk about SAX

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Msdos.sys and starting from Dos instead of Win98
    By drdroid in forum Tech Board
    Replies: 4
    Last Post: 08-31-2003, 10:40 AM
  2. File systems?? (Winxp -> DOS)
    By Shadow in forum Tech Board
    Replies: 4
    Last Post: 01-06-2003, 09:08 PM
  3. real mode dos & win dos
    By scott27349 in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 08-19-2002, 06:15 AM
  4. starting computer under DOS mode?
    By toaster in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 05-08-2002, 07:23 PM
  5. DOS program versus DOS console program
    By scromer in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-10-2002, 01:42 PM