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.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top