The title pretty much sums it up. Is anyone out there still writing in QBasic / QuickBasic?
I have fond memories of learning to program on this platform, but its been such a long time...
|
The title pretty much sums it up. Is anyone out there still writing in QBasic / QuickBasic? I have fond memories of learning to program on this platform, but its been such a long time... | |||||||
feedback
|
|
Ahhh... the good old days. I learned QBasic about 12 years ago. It was a good way to get your feet wet. Then migrate over to VB Classic (VB 6). Edit: Forgot to answer the question. The answer is "yes". There are lots of companies that have legacy app's written in QBasic and refuse to move up in the world. Just like COBOL. Speaking of which, wasn't there supposed to be a .NET variation of COBOL? | ||||
|
feedback
|
|
Having moved to Windows 7/64, I miss QBASIC. It was very handy for writing little five-minute programs to do calculations that were sufficiently complex that they'd be a nuisance in Calculator, but simple enough to work well with QBasic. For example, how many byte values are there which, went sent over a serial port, would cause the signal line to go low for two bit times at least twice, but never cause it to go low for longer than three? The answer, as it turns out, is 32. Writing such a program in QBASIC, and getting a single .BAS file (in case I decide I need to do something similar within a day or two), is faster and easier than creating a new project in VS2010 and ending up with a whole bunch of directories. | ||||
|
feedback
|
|
It's not used except in a few school's and to make small programs, like songs, pictures, tables (like multiplication tables), etc. but nothing big or important. It's a good starting program though. :) | ||||
|
feedback
|
|
It's too bad a lot of programmers these days don't realize the potential of this program when in the hands of someone who understands all the "reserved words", and what you can actually do. Super programs (like Wii and Xbox video games are not possible because graphics processing of QB are not fast enough (nor could the memory limit of a file hold that much detail!)), but you can duplicate Donkey Kong, Pac-man, Tetris in FULL detail, and color, and speed (like what you would find at those classic stand-up arcade machines). I know this, because I've done it. I am not saying this to boast; but when others suggest it is limited to small picture, or multiplication tables only, they don't know the program thoroughly. If you want to go advanced for modern use, you WILL have to graduate far beyond the QB program, this I admit, undeniably. But since I program for hobby, (and to keep the brain active at problem-solving), there is no need to learn the modern stuff for me. If you really want to have fun, try to find a copy of "Watcom Basic" used by some Ontario school boards back in 1990, and learn that old-school language! That was fun (I made the video-game "arkanoid"), and used Watcom basic to make a program to convert Basic to "C", and than converted my program to "C" by running it through itself (DCC OAI Gr 13 major computer semester project -100%)! Compared to now, these programs are COMPLETELY obsolete, and useless, but if you want to push them to their limit, you can! | ||||
|
feedback
|
|
My first program was in QBasic. So, I would recommend it to people learning to program for the first time. As soon as they get the grasp of it, they should move on to other languages. | ||||
|
feedback
|
|
I still use Qbasic and create most of my website using it. I use it to generate pages from a database which I plug into a template. In just a few seconds, I have almost 10,000 pages created for an up-to-date website. Check it out at baptistinfo dot com. I also use it at work to create treatment plans, discharge summaries, and just about anything that is manipulated in text format. Works great for me every day. | ||||
|
feedback
|
|
I still use it and there are many sites dedicated to it so my answer is yes, just not quite as many people as there once were. | ||||
|
feedback
|
|
Yes I still use QBasic. In fact I would probably never be able to forget QBasic. I learnt my first programming in Qbasic and i still use it to do my programming task. The new qb64 which runs on windows 7 with wider support to graphics is really cool. | ||||
|
feedback
|
|
I still use qbasic and so far it is the only language I really know well I have taken some classes in c programming years ago qbasic is a great platform for making quick short programs to do stuff that would be too hard to do on a calculator it is fun to play around with | ||||
|
feedback
|
|
there are modern tools for learning basic programming. any new aspiring programmers can skip this one. | |||||||||||||||
feedback
|
|
It's easy to pick up a few programming ideas from BASIC, but there are so many pitfalls that develop into bad habits that it's not worth it in the long run. I learned on various BASIC dialects in the first 8 bit computers, but after using C for a few years and trying BASIC again for nostalgia's sake, I was amazed at how limited it was. I remember trying to open a file for reading and checking for errors as I went along, but there was NO error checking beyond the program bombing and saying "Press any key to continue" or some such. | ||||
feedback
|
|
I too learned 13+ years ago in MS qbasic, and used it to do things until about 4 years ago, when all my windows boxes had turned to Linux. It was easy and quick to do most anything where you didn't need a mouse or intense graphics. Plotting was a breeze! I dunno everything was so easy, I miss it :-) | ||||
|
feedback
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.