Search found 1 match
- Tue Aug 27, 2019 12:21 am
- Forum: QBasic / QuickBasic related
- Topic: QBASIC PROGRAMMING
- Replies: 0
- Views: 714
QBASIC PROGRAMMING
Wirth's Book: "Algorithms + Data Structures = Programs" gives information on programming for computer (binary) trees in PASCAL: a language which has a complete system of pointers and recursive declarations. I was hoping to translate the search tree non-recursive program into QBASIC but always get st...