QBASIC PROGRAMMING

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Anthony
Newbie
Posts:1
Joined:Tue Aug 27, 2019 12:04 am
QBASIC PROGRAMMING

Post by Anthony » Tue Aug 27, 2019 12:21 am

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 stuck because of his assignments. Has anybody had experience of this sort of problem?

Post Reply