Thread: What are the diff compilers avilable for dos

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    6

    What are the diff compilers avilable for dos

    Hi all

    To develop a GUI application using C++ on DOS

    What are the diff compilers avilable for DOS?


    also for UNIX?

  2. #2
    Bios Raider biosninja's Avatar
    Join Date
    Jul 2002
    Location
    South Africa
    Posts
    765
    I coded an GUI in Turbo C++, the outcome was great!

    But expect some difficulties wth pointers. (I had some)

    As for Unix, I have no idea.

  3. #3
    Registered User
    Join Date
    Jul 2002
    Posts
    6
    Does Turboc C++ 3.0 work for windows NT effectively(Graphics and all)

    Do u have any idea how to develop an application like Turbo C++
    GUI tool?

  4. #4
    Registered User
    Join Date
    Jul 2002
    Posts
    13
    You can develope a GUI using any compiler. For Unix I'd just stick with gcc. Its free, and its generally considered one of the best anyway. cc also works nicely.

    Of course those are just the compilers. Are you looking for an IDE? Or a GUI code generator? Or just the compiler itself? Being a bit more specific would help.

  5. #5
    Registered User
    Join Date
    Jul 2002
    Posts
    6
    I mean IDEs. for UNIX and DOS platforms

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. diff parser
    By ngloosh in forum C Programming
    Replies: 9
    Last Post: 06-19-2008, 12:19 PM
  2. C++ Builder Comparison
    By ryanlcs in forum Tech Board
    Replies: 14
    Last Post: 08-20-2006, 09:56 AM
  3. Is It Possible To Install Multiple Compilers?
    By mishna_toreh in forum C Programming
    Replies: 3
    Last Post: 05-13-2005, 07:32 AM
  4. Compilers, Compilers, Compilers
    By Stan100 in forum C++ Programming
    Replies: 11
    Last Post: 11-08-2002, 04:21 PM
  5. Is this possible (code between diff. compilers)?
    By jonnie75 in forum C Programming
    Replies: 1
    Last Post: 11-12-2001, 12:52 PM