| View previous topic :: View next topic |
| Author |
Message |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Sun Jan 21, 2007 3:34 pm Post subject: Anybody know of a good DOS programming language? |
|
|
Does anybody of you know a good programming language for DOS, which has mouse support and can handle high resolutions? I tried QBasic, but it didn't really satisfy my needs.
I want to try to create a little GUI with it, so it also would be nice if there already are some statements to draw lines on the screen and if possible functions to move/reposition these lines so I might be able to create windows with it.  _________________ [ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial! |
|
| Back to top |
|
 |
stewcam Newbie
Joined: 30 Sep 2006 Posts: 21
|
Posted: Sun Jan 21, 2007 6:32 pm Post subject: How about Turbo Pascal? |
|
|
| Turbo Pascal might meet your needs. There is a current commercial version (7.0). The Borland museum hosts a free download of a previous version (5.5) at http://dn.codegear.com/article/20803. |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Mon Jan 22, 2007 12:58 am Post subject: |
|
|
Skit,
There are a bunch of them out there. Here are a few Turbo C/C++, DJPP, Euphoria, Python for Dos, PowerBasic, and of course you can use Java in DOS as well. _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Tue Jan 23, 2007 2:49 am Post subject: |
|
|
i used euphoria a long time ago and absolutely loved it
serge _________________
|
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Tue Jan 23, 2007 2:47 pm Post subject: |
|
|
Yeah I am an old time Euphoria user. However I would not advise new programmers to dive into EU since it uses it's own data typing system that does not match the normal data typing system that is found in traditional programming languages. Also I must confess that EU is a pretty powerful language and there is not much you cannot do when using it. I just find it somewhat cumbersom in spots but no more than C, pascal, or perl.
Just my 2 cents  _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
|