Jump to content

Coding programs

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
cxn

cxn

    Newbie

  • Members
  • PipPip
  • 13 posts
Hi, I'm new to the programming things etc..
I did work a bit with Modula but the things you could do with it were very limited.
I'd like to play arround a bit, perhaps creating a very small MS DOS game just to get myself going. A game were you can buy and sell, things like that, very simple.
Which program would be excellent for this kind of stuff?

Thanks

#2
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
ANSI C++ is what I would recommend.

#3
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Hmm a Dos game you say.. what about Pascal? Simple to learn and simple to make games, I had to learn it for some reasons and had to make quite some games and programs with it. Good for your DOS game ;)

#4
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
Do you really mean MS-DOS? I think you're thinking about the console/prompt/commandprompt/whatever, but of course, I may be wrong.

I would go for C or C++. It's easy to make console applications, and it has some relative good functions in the windows-header. If you're on Linux, then ncurses is really good.