Posts: 78
Threads: 21
Joined: Apr 2022
Reputation:
5
I still have "Illustrating BASIC" (6th reprint 1981) by Donald Alcock. Published by the Cambridge University Press and first released in 1977. It covers Dartmouth BASIC and I bought before I had any computer.
So over to you. What was your first computer programming (there are other types of programming) book that you actually bought?
TR
Posts: 27
Threads: 4
Joined: Apr 2022
Reputation:
3
101 Thins To Do With Your TRS-80.
Posts: 2,700
Threads: 124
Joined: Apr 2022
Reputation:
134
There were MS Manual and reference with purchase of software.
I remember a book published by Que QB by Example? but the cover they show on Internet is all wrong!
2nd was Basic Techniques and Utilities by Ethan Winer, cr 1991.
b = b + ...
Posts: 263
Threads: 14
Joined: Apr 2022
Reputation:
23
I got an Apple ][+ for my first computer. It came with several manuals, remember those days? Spiral bound paper manuals. I guess "The Applesoft Tutorial" qualifies as my first programming book. There was also "Applesoft ][ Basic Programmer's Reference Manual" and a book on DOS 3.3. I spent many blissfully ignorant years writing hopeless spaghetti code.
After I got into QBasic, I grabbed a copy of "QBasic for Dummies"
DO: LOOP: DO: LOOP
sha_na_na_na_na_na_na_na_na_na:
Posts: 1,616
Threads: 157
Joined: Apr 2022
Reputation:
77
Get Off Your ASCII and Learn Graphics
Obviously, it set on the shelf, never opened.
Okay: The Revolutionary QBasic
Good book, lots of example programs, install disk so you could just copy and paste to try them. A good reference as well. Most of my "learning" didn't come from books. More from experimenting with keywords although looking up what a keyword was for was certainly a help getting started.
Pete
If eggs are brain food, Biden takes his scrambled.
Posts: 529
Threads: 67
Joined: Apr 2022
Reputation:
11
05-13-2022, 07:53 PM
(This post was last modified: 05-13-2022, 07:54 PM by madscijr.
Edit Reason: fix typi
)
Mine was "COMPUTE's First Book of TI Games" for the TI99/4A, and look it's available here.
It started me off on a journey that I'm still on almost 40 years later! :-D
I would like to eventually make an interpreter in QB64, for my old TI99/4A BASIC creations (regular not Extended BASIC). It should be doable, except I'm not sure how you would emulate the sound commands. It seems the sound commands in QuickBasic and QB64 are a little rudimentary. Now if we could get some commands more like the WebAudio API on the other hand... ? :-D
But anyway those COMPUTE! books with type-in programs were amazing!