Welcome, Guest. Please login or register.

Author Topic: What programming languages where used to write programs for Workbench 3.1  (Read 4039 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Quote from: sim085;545708
So the graphical user interface of WordWorth, TurboCalc, etc where all programmed in C?
Most were. In some rare cases assembler or other language were used, but C was the most prominent.
Quote
Are there an tutorials of how these where written? such as; how to create a window, a menu, put options in menu, etc?
You can always do all the stuff yourself manually but that is a LOT of work before you even have a menu to work with.

It's much easier and more rewarding to get started with some higher level UI systems such as MUI.
« Last Edit: March 01, 2010, 02:26:06 PM by Piru »