Where Can I Find a Free Download of QuickBASIC 4.5?

  • Thread starter Thread starter mewhoexactlywhat
  • Start date Start date
AI Thread Summary
Users are seeking a free download of QuickBASIC 4.5 after experiencing issues with QBasic, including a small screen and difficulties retrieving files from a floppy disk. Suggestions include using ALT-ENTER for full-screen mode and ensuring that filenames conform to the 8.3 format. The discussion highlights the difference between QBasic and QuickBASIC 4.5, with the latter being more powerful. One user resolved their issues by replacing an old floppy drive, confirming that hardware problems can affect functionality. The conversation emphasizes the importance of using the correct version and hardware for optimal performance.
mewhoexactlywhat
Messages
44
Reaction score
0
I've been using QBasic (Quick Basic) in school and wanted to go over it on the weekends, but I can't find a download anywhere that works (I downloaded one version but the screen was too small, and it didn't seem to be able to retrieve information from the floppy disk, if anyone knows any other reason why this might be that would be very helpful). Does anyone know of any free downloads available? Thank you.
 
Physics news on Phys.org
You say the screen is "too small". Is that because it is opening in a console window? If so, try (I think) ALT-ENTER to get into full screen mode.

If you have trouble retrieving files from disk, it might be because the filenames or paths might not conform to the 8.3 filename format. Does your program have the .bas extension? Of course, it's also possible that your floppy diskette or drive is bad. If so, get a flash drive.

If I recall correctly, there are two versions of QuickBASIC:
qbasic, which was rather limited, and
QuickBASIC 4.5 ("qb45"), which was much more powerful. Try googling "qb45"?
 
Thanks! You're right, ALT-ENTER did fix the window problem. The program does have the .bas extension, but the floppy drive that I'm using is kind of old, so it's possible that that's the problem. Thank you very much. :smile:
 
I bought a new floppy drive and it turned out that the old one must have been the problem because everything works great now. Thank you. :biggrin:
 
pardon me, but what's the name of your qbasic version?
 
It's QuickBASIC 4.5.
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top