Author Topic: QBooks for QB64  (Read 5247 times)

0 Members and 1 Guest are viewing this topic.

Offline TempodiBasic

  • Forum Resident
  • Posts: 1792
    • View Profile
Re: QBooks for QB64
« Reply #15 on: April 06, 2020, 08:22:34 pm »
I find this online as PDF
http://ethanwiner.com/BTU_BOOK.PDF

Ethan Winer's best-selling book PC Magazine BASIC Techniques and Utilities is now out of print, but it's available below for downloading. One file is the entire book in PDF format, beautifully re-created in 2019 by Ariella Baston.
from http://ethanwiner.com/fullmoon.html

and this online library to sign in if interested https://archive.org/search.php?query=Qbasic
https://archive.org/search.php?query=Quickbasic

and here
https://en.wikibooks.org/wiki/QBasic

good reading!
Programming isn't difficult, only it's  consuming time and coffee

Offline EricE

  • Forum Regular
  • Posts: 114
    • View Profile
Re: QBooks for QB64
« Reply #16 on: April 07, 2020, 12:43:17 pm »
Ethan Winer's book is a definite must-have!
Youtube has an audio interview with him and Bob Zale.

Ethan Winer and Bob Zale
https://www.youtube.com/watch?v=g6EsxLrP1Q8

Greg Perry has written a whole library of books on diverse topics!

“I’VE WRITTEN MORE BOOKS THAN MOST PUBLIC SCHOOL TEACHERS HAVE READ”
https://rightnerve.com/ive-written-books-public-school-teachers-read-greg-perry/

Offline CBTJD

  • Newbie
  • Posts: 60
  • You're only as old as you feel. ...I'm screwed.
    • View Profile
Re: QBooks for QB64
« Reply #17 on: April 07, 2020, 01:57:37 pm »
Greg Perry has written a whole library of books on diverse topics!
Indeed. Greg Perry is one of my heroes! As a technical writer and occasional fiction novelist, I have often had a picture of him typing on his laptop on my computer desktop to remind me that he offers no excuses for his handicap to remind me to ask myself what my excuses are for not writing.
The man has literally written a entire wall of books. He was also featured on the Showtime series "Penn & Teller: Bullsh*t" (season 5, episode 7) where he insists that the Americans with Disabilities Act goes too far in dictating how businesses must accommodate the handicapped. In fact he wrote a book on the subject (no surprise there) entitled "Disabling America: The Unintended Consequences of the Government's Protection of the Handicapped":
https://www.amazon.com/Disabling-America-Consequences-Governments-Handicapped/dp/0785262253/ref=sr_1_1?dchild=1&keywords=Disabling+America%3A+The+Unintended+Consequences+of+the+Government%27s+Protection+of+the+Handicapped&qid=1586282084&sr=8-1http://

CBTJD: Coding BASIC Takes Judicious Dedication

Offline EricE

  • Forum Regular
  • Posts: 114
    • View Profile
Re: QBooks for QB64
« Reply #18 on: April 07, 2020, 02:52:56 pm »
Just minutes ago one of Greg Perry's books arrived in the mail.
"QBasic by Example, Special Edition", a book of about 620 pages.
It will be interesting to read his presentation of QBasic.

Offline CBTJD

  • Newbie
  • Posts: 60
  • You're only as old as you feel. ...I'm screwed.
    • View Profile
Re: QBooks for QB64
« Reply #19 on: April 08, 2020, 12:30:23 pm »
"QBasic by Example, Special Edition", a book of about 620 pages.
An excellent book. It ties for first place with "Microsoft QuickBasic Bible" in my estimation. They compliment each other very well. In fact, "QBasic by Example" has a dedicated chapter on variable scope while you have to dig into the index in "Microsoft QuickBasic Bible" to find "scope" under "Variables" which references three separate locations. It's mentioned almost in passing in various sections of the book. So, between these two, you've got a solid reference library.

If you need to level down to newbie status, Greg Perry also wrote "Crash Course in QBasic". It's 272 pages, starts at square one with starting the program, covers all the major functions (except integration of other languages of course), and then ends with a chapter on debugging.

:@)
CBTJD: Coding BASIC Takes Judicious Dedication